diff options
| author | Dmitry Stogov <dmitry@zend.com> | 2021-03-19 23:34:38 +0300 |
|---|---|---|
| committer | Dmitry Stogov <dmitry@zend.com> | 2021-03-19 23:34:38 +0300 |
| commit | 6690547a58f07778e795e857e574159fe8fb3650 (patch) | |
| tree | 1c35505ea4d6bf4adb54749057827cb1fadb7ed3 /ext/opcache/jit/zend_jit_disasm_x86.c | |
| parent | 340013ad01aa6bda92c6c71080f315fc63c9841c (diff) | |
| download | php-git-6690547a58f07778e795e857e574159fe8fb3650.tar.gz | |
Use zend_hash_lookup()
Diffstat (limited to 'ext/opcache/jit/zend_jit_disasm_x86.c')
| -rw-r--r-- | ext/opcache/jit/zend_jit_disasm_x86.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/opcache/jit/zend_jit_disasm_x86.c b/ext/opcache/jit/zend_jit_disasm_x86.c index 977e85e1cb..6a9892bafc 100644 --- a/ext/opcache/jit/zend_jit_disasm_x86.c +++ b/ext/opcache/jit/zend_jit_disasm_x86.c @@ -412,9 +412,7 @@ static int zend_jit_disasm_init(void) REGISTER_HELPER(zend_jit_leave_func_helper); REGISTER_HELPER(zend_jit_symtable_find); REGISTER_HELPER(zend_jit_hash_index_lookup_rw); - REGISTER_HELPER(zend_jit_hash_index_lookup_w); REGISTER_HELPER(zend_jit_hash_lookup_rw); - REGISTER_HELPER(zend_jit_hash_lookup_w); REGISTER_HELPER(zend_jit_symtable_lookup_rw); REGISTER_HELPER(zend_jit_symtable_lookup_w); REGISTER_HELPER(zend_jit_undefined_op_helper); |
