fix type warning in EnvPreg/error.c
This commit is contained in:
parent
7f51339a97
commit
20e8924bba
@ -97,7 +97,7 @@ DumpActiveGoals (void)
|
||||
cp = ep[E_CP];
|
||||
if (!ONHEAP (cp) || (Unsigned (cp) & (sizeof(CELL)-1)))
|
||||
break;
|
||||
pe = EnvPreg(cp);
|
||||
pe = EnvPreg((yamop *)cp);
|
||||
if (!ONHEAP (pe) || Unsigned (pe) & (sizeof(CELL)-1))
|
||||
break;
|
||||
LOCK(pe->PELock);
|
||||
|
Reference in New Issue
Block a user