fix save/1.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1369 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2005-08-22 04:07:20 +00:00
parent cffa76355e
commit 858891b735

View File

@ -789,6 +789,9 @@ get_regs(int flag)
CreepFlag = get_cell();
if (Yap_ErrorMessage)
return -1;
EX = get_cell();
if (Yap_ErrorMessage)
return -1;
#ifdef COROUTINING
DelayedVars = get_cell();
if (Yap_ErrorMessage)