mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
fa8668c77d
Which loads 16bit integer to the register. The instruction number should be reorder on massive instruction refactoring. The instruction is added for `mruby/c` which had performance issue with `OP_EXT`. With this instruction, `mruby/c` VM can just raise errors on `OP_EXT` extension instructions.