fix bad module passing.

This commit is contained in:
Vitor Santos Costa 2010-02-26 09:25:47 +00:00
parent c6ad678174
commit daa55352ec

View File

@ -1255,7 +1255,7 @@ throw(Ball) :-
'$notrace'(G) :-
'$execute'(G).
'$oncenotrace'(M:G) :-
'$oncenotrace'(G) :-
'$disable_creep', !,
(
'$execute'(G)