first try of setup_call_cleanup/3 and setup_call_catcher_cleanup/4
This commit is contained in:
@@ -473,7 +473,8 @@ inline static void
|
||||
do_signal(yap_signals sig)
|
||||
{
|
||||
LOCK(SignalLock);
|
||||
CreepFlag = Unsigned(LCL0);
|
||||
if (Yap_InterruptsEnabled)
|
||||
CreepFlag = Unsigned(LCL0);
|
||||
ActiveSignals |= sig;
|
||||
UNLOCK(SignalLock);
|
||||
}
|
||||
|
Reference in New Issue
Block a user