fix small bug in recorded multi-threaded.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@2069 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
f1613bf732
commit
c567a5aeb1
@ -3483,6 +3483,9 @@ p_recorded(void)
|
|||||||
P = cl->ClCode;
|
P = cl->ClCode;
|
||||||
} else {
|
} else {
|
||||||
CP = P;
|
CP = P;
|
||||||
|
#if defined(YAPOR) || defined(THREADS)
|
||||||
|
PP = cl->ClPred;
|
||||||
|
#endif
|
||||||
P = cl->ClCode;
|
P = cl->ClCode;
|
||||||
ENV = YENV;
|
ENV = YENV;
|
||||||
YENV = ASP;
|
YENV = ASP;
|
||||||
|
Reference in New Issue
Block a user