mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-14 13:23:53 +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
|
||||
#ifdef MR_THREAD_SAFE
|
||||
MR_exit_now = MR_TRUE;
|
||||
pthread_cond_broadcast(MR_runqueue_cond);
|
||||
pthread_cond_broadcast(&MR_runqueue_cond);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user