commit | 19e74c3297f60a60aa3a37890befa893102df0ac | [log] [tgz] |
---|---|---|
author | Yuyang Huang <[email protected]> | Tue Apr 09 01:22:06 2024 +0900 |
committer | Yuyang Huang <[email protected]> | Tue Apr 09 10:30:17 2024 +0900 |
tree | d509a6edc952516fc7dc3997f3b7533a86f9660a | |
parent | ca8f966ba3b593909c29267e52a7340396e9b673 [diff] [blame] |
Enhance disassembler output clarity for DROP/PASS opcodes Modified disassembler to improve the readability of output related to DROP and PASS opcodes. Test: TH Change-Id: Ice54cc218c6deef61aef0785a12c7f1ee2827207
diff --git a/disassembler.c b/disassembler.c index 65b90d1..de6129c 100644 --- a/disassembler.c +++ b/disassembler.c
@@ -138,7 +138,7 @@ print_opcode("drop"); } if (imm > 0) { - bprintf(" %d", imm); + bprintf("counter=%d", imm); } break; case LDB_OPCODE: