Skip to content

Commit 453226a

Browse files
committed
ws
1 parent 1e067d5 commit 453226a

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
@@ -70,7 +70,7 @@ static bool zend_jit_ffi_supported_type(zend_ffi_type *type)
7070
{
7171
if (sizeof(void*) == 4) {
7272
if (ZEND_FFI_TYPE(type)->kind == ZEND_FFI_TYPE_UINT64
73-
|| ZEND_FFI_TYPE(type)->kind == ZEND_FFI_TYPE_SINT64) {
73+
|| ZEND_FFI_TYPE(type)->kind == ZEND_FFI_TYPE_SINT64) {
7474
return false;
7575
}
7676
}

0 commit comments

Comments
 (0)