be careful to make sure we can hanle the interrupt.
This commit is contained in:
@@ -473,7 +473,7 @@ inline static void
|
||||
do_signal(yap_signals sig)
|
||||
{
|
||||
LOCK(SignalLock);
|
||||
if (Yap_InterruptsEnabled)
|
||||
if (!Yap_InterruptsDisabled)
|
||||
CreepFlag = Unsigned(LCL0);
|
||||
ActiveSignals |= sig;
|
||||
UNLOCK(SignalLock);
|
||||
|
Reference in New Issue
Block a user