fix opaque variables & threads

This commit is contained in:
Vitor Santos Costa 2013-09-17 09:54:02 +01:00
parent 1eab4bc936
commit ad9a973a26

View File

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