diff options
Diffstat (limited to 'ext/opcache/jit/zend_jit.c')
-rw-r--r-- | ext/opcache/jit/zend_jit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opcache/jit/zend_jit.c b/ext/opcache/jit/zend_jit.c index 097f4f6acc..4863c2b8c8 100644 --- a/ext/opcache/jit/zend_jit.c +++ b/ext/opcache/jit/zend_jit.c @@ -206,7 +206,7 @@ static bool zend_long_is_power_of_two(zend_long x) #include "dynasm/dasm_x86.h" #include "jit/zend_jit_helpers.c" -#include "jit/zend_jit_disasm_x86.c" +#include "jit/zend_jit_disasm.c" #ifndef _WIN32 #include "jit/zend_jit_gdb.c" #include "jit/zend_jit_perf_dump.c" |