Two fixes:
GMP should not do error handling itself, as its execution env is not reliable. allocate should check for space. git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@875 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -552,7 +552,8 @@ static char *opformat[] =
|
||||
"try_me_else\t\t%l\t%x",
|
||||
"jump\t\t%l",
|
||||
"jump\t\t%l",
|
||||
"procceed",
|
||||
"proceed",
|
||||
"safe_proceed",
|
||||
"call\t\t%p,%d,%z",
|
||||
"execute\t\t%p",
|
||||
"sys\t\t%p",
|
||||
|
Reference in New Issue
Block a user