diff options
Diffstat (limited to 'openmp/runtime/src/ompt-internal.h')
-rw-r--r-- | openmp/runtime/src/ompt-internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/src/ompt-internal.h b/openmp/runtime/src/ompt-internal.h index 24b97c73331..a8f3bac49a4 100644 --- a/openmp/runtime/src/ompt-internal.h +++ b/openmp/runtime/src/ompt-internal.h @@ -81,7 +81,7 @@ typedef struct { implicit-task-end */ void *return_address; /* stored here on entry of runtime */ omp_state_t state; - ompt_wait_id_t wait_id; + omp_wait_id_t wait_id; int ompt_task_yielded; void *idle_frame; } ompt_thread_info_t; |