Skip to content

Commit 54cd812

Browse files
committed
Fix after rebase
1 parent f4f9ec5 commit 54cd812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/zend_jit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2871,7 +2871,7 @@ static int zend_jit(const zend_op_array *op_array, zend_ssa *ssa, const zend_op
28712871
if (GCC_GLOBAL_REGS) {
28722872
ir_TAILCALL(IR_VOID, ir_LOAD_A(jit_IP(jit)));
28732873
} else {
2874-
ir_RETURN(ir_CONST_I32(1)); /* ZEND_VM_ENTER */
2874+
zend_jit_vm_enter(jit, jit_IP(jit));
28752875
}
28762876
ir_IF_TRUE(if_hook_enter);
28772877
}

0 commit comments

Comments
 (0)