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:
Simon Taylor
2002-06-09 15:59:06 +00:00
parent dde6d49ef8
commit 9fa95013e4

View File

@@ -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