mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
codedump.c: omit raw c operand for OP_SEND etc.
This commit is contained in:
+1
-1
@@ -78,7 +78,7 @@ print_args(uint8_t i)
|
||||
printf("nk=%d", nk);
|
||||
}
|
||||
}
|
||||
printf(" (0x%02x)\n", i);
|
||||
printf("\n");
|
||||
}
|
||||
|
||||
#define CASE(insn,ops) case insn: FETCH_ ## ops (); L_ ## insn
|
||||
|
||||
Reference in New Issue
Block a user