Skip to content

Commit 18b89f9

Browse files
committed
Fix build without FFI
1 parent 3b321e3 commit 18b89f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/zend_jit_trace.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1804,8 +1804,8 @@ static zend_ssa *zend_jit_trace_build_tssa(zend_jit_trace_rec *trace_buffer, uin
18041804
max_used_stack = used_stack = -1;
18051805
}
18061806

1807-
#ifdef HAVE_FFI
18081807
uint32_t frame_flags = 0;
1808+
#ifdef HAVE_FFI
18091809
zend_ffi_type *frame_ffi_func_type = NULL;
18101810
#endif
18111811

0 commit comments

Comments
 (0)