fix debugger typos

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@465 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2002-05-07 03:51:59 +00:00
parent ec48cc9e24
commit 97f7414cd2
2 changed files with 4 additions and 3 deletions

View File

@@ -549,7 +549,8 @@ local_growglobal(long size, CELL **ptr)
MoveGlobalOnly();
AdjustStacksAndTrail();
AdjustRegs(MaxTemps);
*ptr = PtoLocAdjust(*ptr);
if (ptr)
*ptr = PtoLocAdjust(*ptr);
YAPLeaveCriticalSection();
ASP += 256;
growth_time = cputime()-start_growth_time;