allow better writing of inlined operations

disallow eval.yap
This commit is contained in:
Vitor Santos Costa
2009-02-16 21:04:30 +00:00
parent 419e0e369f
commit ad2d073184
2 changed files with 4 additions and 10 deletions

View File

@@ -409,7 +409,7 @@ ShowOp (char *f, struct PSEUDO *cpc)
}
break;
case 'd':
Yap_DebugPlWrite (MkIntTerm (rn));
Yap_DebugPlWrite (MkIntegerTerm (arg));
break;
case 'z':
Yap_DebugPlWrite (MkIntTerm (cpc->rnd3));
@@ -431,6 +431,7 @@ ShowOp (char *f, struct PSEUDO *cpc)
Yap_DebugErrorPutc (v->KindOfVE == PermVar ? 'Y' : 'X');
Yap_DebugPlWrite (MkIntTerm ((v->NoOfVE) & MaskVarAdrs));
}
break;
case 'm':
Yap_DebugPlWrite (MkAtomTerm ((Atom) arg));
Yap_DebugErrorPutc ('/');