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:
parent
cffa76355e
commit
858891b735
3
C/save.c
3
C/save.c
@ -789,6 +789,9 @@ get_regs(int flag)
|
|||||||
CreepFlag = get_cell();
|
CreepFlag = get_cell();
|
||||||
if (Yap_ErrorMessage)
|
if (Yap_ErrorMessage)
|
||||||
return -1;
|
return -1;
|
||||||
|
EX = get_cell();
|
||||||
|
if (Yap_ErrorMessage)
|
||||||
|
return -1;
|
||||||
#ifdef COROUTINING
|
#ifdef COROUTINING
|
||||||
DelayedVars = get_cell();
|
DelayedVars = get_cell();
|
||||||
if (Yap_ErrorMessage)
|
if (Yap_ErrorMessage)
|
||||||
|
Reference in New Issue
Block a user