small fix to hook case.

This commit is contained in:
Vitor Santos Costa 2014-10-10 15:50:41 +01:00
parent 96149d991f
commit 4d3bb0143f

View File

@ -52,7 +52,7 @@ with SICStus Prolog.
user:unknown_predicate_handler(G0,M0,NG)
->
'$exit_undefp',
call(M:NG)
call(M0:NG)
;
'$exit_undefp',
'$handle_error'(Default,G0,M0)