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:
vsc
2003-09-24 14:51:42 +00:00
parent 8df97ef09d
commit 1f2fb8284a
5 changed files with 54 additions and 19 deletions

View File

@@ -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",