codedump.c: omit raw `c` operand for `OP_SEND` etc.

parent b53cd3ce
...@@ -78,7 +78,7 @@ print_args(uint8_t i) ...@@ -78,7 +78,7 @@ print_args(uint8_t i)
printf("nk=%d", nk); printf("nk=%d", nk);
} }
} }
printf(" (0x%02x)\n", i); printf("\n");
} }
#define CASE(insn,ops) case insn: FETCH_ ## ops (); L_ ## insn #define CASE(insn,ops) case insn: FETCH_ ## ops (); L_ ## insn
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment