mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
irep.h: operand c should be fit in uint8_t.
This commit is contained in:
@@ -122,7 +122,7 @@ struct mrb_insn_data {
|
||||
uint8_t insn;
|
||||
uint16_t a;
|
||||
uint16_t b;
|
||||
uint16_t c;
|
||||
uint8_t c;
|
||||
};
|
||||
|
||||
struct mrb_insn_data mrb_decode_insn(const mrb_code *pc);
|
||||
|
||||
Reference in New Issue
Block a user