Skip to content

Commit

Permalink
Added missing helper
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Sep 2, 2020
1 parent 225cd9d commit 4d97ab2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/opcache/jit/zend_jit_disasm_x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ static int zend_jit_disasm_init(void)
REGISTER_HELPER(zend_jit_free_call_frame);
REGISTER_HELPER(zend_jit_fetch_global_helper);
REGISTER_HELPER(zend_jit_verify_arg_slow);
REGISTER_HELPER(zend_jit_verify_return_slow);
REGISTER_HELPER(zend_jit_fetch_obj_r_slow);
REGISTER_HELPER(zend_jit_fetch_obj_r_dynamic);
REGISTER_HELPER(zend_jit_fetch_obj_is_slow);
Expand Down

0 comments on commit 4d97ab2

Please sign in to comment.