more QLY stuff.
This commit is contained in:
@@ -11,7 +11,6 @@ restore_opcodes(yamop *pc, yamop *max USES_REGS)
|
||||
op_numbers op;
|
||||
if (max && pc >= max) return;
|
||||
op = Yap_op_from_opcode(pc->opc);
|
||||
fprintf(stderr,"op=%d\n", op);
|
||||
pc->opc = Yap_opcode(op);
|
||||
#ifdef DEBUG_RESTORE2
|
||||
fprintf(stderr, "%s ", Yap_op_names[op]);
|
||||
|
||||
Reference in New Issue
Block a user