diff options
Diffstat (limited to 'byterun/instrtrace.c')
-rw-r--r-- | byterun/instrtrace.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/byterun/instrtrace.c b/byterun/instrtrace.c index 3eae0cdb8..160225fb5 100644 --- a/byterun/instrtrace.c +++ b/byterun/instrtrace.c @@ -54,6 +54,8 @@ void disasm_instr(pc) /* Instructions with two operands */ case APPTERM: case CLOSURE: case CLOSUREREC: case PUSHGETGLOBALFIELD: case GETGLOBALFIELD: case MAKEBLOCK: + case BEQ: case BNEQ: case BLTINT: case BLEINT: case BGTINT: case BGEINT: + case BULTINT: case BUGEINT: printf(" %d, %d\n", pc[0], pc[1]); break; /* Instructions with a C primitive as operand */ case C_CALL1: case C_CALL2: case C_CALL3: case C_CALL4: case C_CALL5: |