vm.c: update ci after switching context

0614a1 removed too much `ci` updates, as @dearblue pointed out.
This commit is contained in:
Yukihiro "Matz" Matsumoto
2024-04-07 22:38:16 +09:00
parent 307812ff20
commit f3f7df0da0
+1
View File
@@ -2389,6 +2389,7 @@ RETRY_TRY_BLOCK:
mrb->jmp = prev_jmp;
return v;
}
ci = mrb->c->ci;
}
if (mrb->c->vmexec && !ci->u.keep_context) {