irep.h: operand c should be fit in `uint8_t`.

parent 22b24d5d
...@@ -122,7 +122,7 @@ struct mrb_insn_data { ...@@ -122,7 +122,7 @@ struct mrb_insn_data {
uint8_t insn; uint8_t insn;
uint16_t a; uint16_t a;
uint16_t b; uint16_t b;
uint16_t c; uint8_t c;
}; };
struct mrb_insn_data mrb_decode_insn(const mrb_code *pc); struct mrb_insn_data mrb_decode_insn(const mrb_code *pc);
......
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