mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
7150c67539
Jump target address is `operand (16bit)` + `address of next instruction`. In addition, `ilen` was made `uint32_t` so that `iseq` length limitation of 65536 is removed. Only jump target address should be within signed 16bit (-32768 .. 32767).