We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225cd9d commit 4d97ab2Copy full SHA for 4d97ab2
ext/opcache/jit/zend_jit_disasm_x86.c
@@ -428,6 +428,7 @@ static int zend_jit_disasm_init(void)
428
REGISTER_HELPER(zend_jit_free_call_frame);
429
REGISTER_HELPER(zend_jit_fetch_global_helper);
430
REGISTER_HELPER(zend_jit_verify_arg_slow);
431
+ REGISTER_HELPER(zend_jit_verify_return_slow);
432
REGISTER_HELPER(zend_jit_fetch_obj_r_slow);
433
REGISTER_HELPER(zend_jit_fetch_obj_r_dynamic);
434
REGISTER_HELPER(zend_jit_fetch_obj_is_slow);
0 commit comments