diff --git a/vm_exec.h b/vm_exec.h index b1eeb50660..11b89c30fc 100644 --- a/vm_exec.h +++ b/vm_exec.h @@ -179,7 +179,6 @@ default: \ /* don't run tailcalls since that breaks FINISH */ \ if (val == Qundef && GET_CFP() != ec->cfp && (func = jit_compile(ec))) { \ val = func(ec, ec->cfp); \ - RESTORE_REGS(); /* fix cfp for tailcall */ \ if (ec->tag->state) THROW_EXCEPTION(val); \ } \ } while (0)