wake up goals the same order they were suspended.

This commit is contained in:
Vitor Santos Costa 2009-06-05 09:48:00 -05:00
parent 4b91f13ee1
commit a9647b0321

View File

@ -92,8 +92,8 @@
'$execute_woken_system_goals'([]). '$execute_woken_system_goals'([]).
'$execute_woken_system_goals'([G|LG]) :- '$execute_woken_system_goals'([G|LG]) :-
'$execute_woken_system_goal'(G), '$execute_woken_system_goals'(LG),
'$execute_woken_system_goals'(LG). '$execute_woken_system_goal'(G).
% %
% X surely was bound, otherwise we would not be awaken. % X surely was bound, otherwise we would not be awaken.