mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fix CI misalignment between Fiber#resume and Fiber.yield
When a fiber switched by `Fiber.yield` is resumed by `Fiber#resume` by C, it is necessary to pop CI with `fiber_switch()`. Previously, CI misalignment caused inconsistencies, including crashes, on the next `Fiber#resume`.
This commit is contained in:
Reference in New Issue
Block a user