fix bug in entering garbage collector (bad PP).
This commit is contained in:
@@ -2616,7 +2616,7 @@ Yap_absmi(int inp)
|
|||||||
PREG->opc != Yap_opcode(_cut_e))) {
|
PREG->opc != Yap_opcode(_cut_e))) {
|
||||||
GONext();
|
GONext();
|
||||||
}
|
}
|
||||||
PP = PREG->u.p.p;
|
PP = PREVOP(PREG,p)->u.p.p;
|
||||||
ASP = YREG+E_CB;
|
ASP = YREG+E_CB;
|
||||||
/* cut_e */
|
/* cut_e */
|
||||||
if (SREG <= ASP) {
|
if (SREG <= ASP) {
|
||||||
|
|||||||
Reference in New Issue
Block a user