From 3fcf8caca8751318c1ff41ee9ec4f7489ec9fc4f Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 7 Oct 2024 21:18:35 +0300 Subject: [PATCH] Update IR IR commit: 88c71c9572bdd9dd8aed99c80ad4a54fcbcfe082 --- ext/opcache/jit/ir/ir_php.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 */