mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
517071e3fa
`while` and `until` generates in `cond` `jmpif` `body` `jmp` order. It used to be in `jmp` `body` `cond` `jmpif` order.