make sure to reenable interrupts if you have to exit setup in a hurry (#158).
This commit is contained in:
parent
bc4b718afb
commit
71e4d73a75
@ -76,6 +76,7 @@ setup_call_catcher_cleanup(Setup, Goal, Catcher, Cleanup) :-
|
|||||||
(
|
(
|
||||||
var(MG)
|
var(MG)
|
||||||
->
|
->
|
||||||
|
yap_hacks:enable_interrupts,
|
||||||
'$do_error'(instantiation_error,G)
|
'$do_error'(instantiation_error,G)
|
||||||
;
|
;
|
||||||
true
|
true
|
||||||
|
Reference in New Issue
Block a user