fix opaque variables & threads

This commit is contained in:
Vitor Santos Costa 2013-09-17 09:54:02 +01:00
parent 1eab4bc936
commit ad9a973a26
1 changed files with 1 additions and 0 deletions

View File

@ -2428,6 +2428,7 @@ Yap_absmi(int inp)
goto failloop;
} else if (*pt1 == (CELL)FunctorBigInt) {
Yap_CleanOpaqueVariable(pt1);
goto failloop;
}
}
#ifdef FROZEN_STACKS /* TRAIL */