diff --git a/vm.c b/vm.c index 4815d385e1..f67bd30bdd 100644 --- a/vm.c +++ b/vm.c @@ -2355,7 +2355,7 @@ vm_exec(rb_execution_context_t *ec) { struct rb_vm_exec_context ctx = { .ec = ec, - .initial = 0, .result = Qundef, + .result = Qundef, }; struct rb_wasm_try_catch try_catch;