mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-16 06:14:59 +00:00
Fix a compilation error in grade asm_fast.gc.par.
Estimated hours taken: 0.1 Branches: main runtime/mercury_wrapper.c: Fix a compilation error in grade asm_fast.gc.par.
This commit is contained in:
@@ -1674,7 +1674,7 @@ mercury_runtime_terminate(void)
|
|||||||
#ifndef MR_HIGHLEVEL_CODE
|
#ifndef MR_HIGHLEVEL_CODE
|
||||||
#ifdef MR_THREAD_SAFE
|
#ifdef MR_THREAD_SAFE
|
||||||
MR_exit_now = MR_TRUE;
|
MR_exit_now = MR_TRUE;
|
||||||
pthread_cond_broadcast(MR_runqueue_cond);
|
pthread_cond_broadcast(&MR_runqueue_cond);
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user