diff --git a/ext/opcache/jit/ir/ir_php.h b/ext/opcache/jit/ir/ir_php.h index d26f78c99bc..370611f1ac3 100644 --- a/ext/opcache/jit/ir/ir_php.h +++ b/ext/opcache/jit/ir/ir_php.h @@ -30,8 +30,6 @@ # define ir_mem_free efree #endif -#if defined(IR_TARGET_AARCH64) -# define IR_EXTERNAL_GDB_ENTRY -#endif +#define IR_EXTERNAL_GDB_ENTRY #endif /* IR_PHP_H */