Added missing s_bIamIdle = FALSE;

This commit is contained in:
Ron Pinkas
2000-11-23 22:59:04 +00:00
parent 569dfa8764
commit 066ed302dc

View File

@@ -151,6 +151,7 @@ void hb_idleState( void )
hb_vm_bCollectGarbage = TRUE;
hb_releaseCPU();
s_bIamIdle = FALSE;
return;
}