library(system) plus several new support builtins
much improved garbage collector improvements to compiler yaptab compiles again git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@34 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
2
C/exec.c
2
C/exec.c
@@ -845,7 +845,7 @@ exec_absmi(int top)
|
||||
B = (choiceptr)(LCL0-depth);
|
||||
#endif
|
||||
yap_flags[SPY_CREEP_FLAG] = 0;
|
||||
CreepFlag = MinStackGap*(stack_overflows+1);
|
||||
CreepFlag = CalculateStackGap();
|
||||
#if defined(__GNUC__) && defined(hppa)
|
||||
/* siglongjmp resets the TR hardware register */
|
||||
restore_TR();
|
||||
|
||||
Reference in New Issue
Block a user