fix bad call to low_level_tracer.
This commit is contained in:
parent
764737fe5b
commit
ba996c8dd5
@ -7505,7 +7505,7 @@ Yap_absmi(int inp)
|
|||||||
ENDCACHE_Y_AS_ENV();
|
ENDCACHE_Y_AS_ENV();
|
||||||
#ifdef LOW_LEVEL_TRACER
|
#ifdef LOW_LEVEL_TRACER
|
||||||
if (Yap_do_low_level_trace) {
|
if (Yap_do_low_level_trace) {
|
||||||
low_level_trace(enter_pred,PREG->u.Osbpp.p0,XREGS+1);
|
low_level_trace(enter_pred,PREG->u.Osbpp.p,XREGS+1);
|
||||||
}
|
}
|
||||||
#endif /* LOW_LEVEL_TRACE */
|
#endif /* LOW_LEVEL_TRACE */
|
||||||
#ifdef FROZEN_STACKS
|
#ifdef FROZEN_STACKS
|
||||||
|
Reference in New Issue
Block a user