revert large constraint stack patch.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@242 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2001-12-27 22:39:42 +00:00
parent eade3e8e44
commit b9af9bc08c
1 changed files with 1 additions and 1 deletions

View File

@ -1036,7 +1036,7 @@ InitYaamRegs(void)
AuxSp = (CELL *)AuxTop;
TR = (tr_fr_ptr)TrailBase;
#ifdef COROUTINING
H = H0 = ((CELL *) GlobalBase)+ 128*1024; //2048;
H = H0 = ((CELL *) GlobalBase)+ 2048;
#else
H = H0 = (CELL *) GlobalBase;
#endif