irep.h: `c` operand may require 16 bits for `BSS` operand type.

fix #5593
parent d2a904c8
......@@ -122,7 +122,7 @@ struct mrb_insn_data {
uint8_t insn;
uint16_t a;
uint16_t b;
uint8_t c;
uint16_t c;
const mrb_code *addr;
};
......
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