summaryrefslogtreecommitdiff
path: root/ext/opcache/jit/zend_jit_disasm_x86.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opcache/jit/zend_jit_disasm_x86.c')
-rw-r--r--ext/opcache/jit/zend_jit_disasm_x86.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/opcache/jit/zend_jit_disasm_x86.c b/ext/opcache/jit/zend_jit_disasm_x86.c
index afd830e89f..11335918cb 100644
--- a/ext/opcache/jit/zend_jit_disasm_x86.c
+++ b/ext/opcache/jit/zend_jit_disasm_x86.c
@@ -494,6 +494,7 @@ static int zend_jit_disasm_init(void)
#if (PHP_VERSION_ID <= 80000) && (SIZEOF_SIZE_T == 4)
REGISTER_HELPER(zval_jit_update_constant_ex);
#endif
+ REGISTER_HELPER(zend_jit_free_trampoline_helper);
#undef REGISTER_HELPER
#ifndef _WIN32