mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
9a67bdb6aa
Add `OP_NOP` to distinguish `retry` and jump targets while maintaining instruction compatibility. Ideally, it might be preferable to separate them into `OP_REDO`. fixed #6439