mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Distinguish OP_R_NORMAL and OP_R_RETURN.
This commit is contained in:
@@ -239,6 +239,7 @@ codedump(mrb_state *mrb, mrb_irep *irep)
|
||||
printf("OP_RETURN\tR%d", GETARG_A(c));
|
||||
switch (GETARG_B(c)) {
|
||||
case OP_R_NORMAL:
|
||||
printf("\tnormal\t"); break;
|
||||
case OP_R_RETURN:
|
||||
printf("\treturn\t"); break;
|
||||
case OP_R_BREAK:
|
||||
|
||||
Reference in New Issue
Block a user