Skip to content

Commit 2b008eb

Browse files
committed
Fix build
1 parent 1f797cf commit 2b008eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_vm_gen.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1908,7 +1908,7 @@ function gen_executor($f, $skl, $spec, $kind, $executor_name, $initializer_name)
19081908
out($f,"# ifdef ZEND_HIGH_HALF_KERNEL\n");
19091909
out($f,"# define ZEND_VM_RETURN() return NULL\n");
19101910
out($f,"# else\n");
1911-
out($f,"# define ZEND_VM_RETURN() return ZEND_VM_ENTER_BIT\n");
1911+
out($f,"# define ZEND_VM_RETURN() return (const zend_op*)ZEND_VM_ENTER_BIT\n");
19121912
out($f,"# endif\n");
19131913
if ($kind == ZEND_VM_KIND_HYBRID) {
19141914
out($f,"# define ZEND_VM_HOT\n");

0 commit comments

Comments
 (0)