From 88c71c9572bdd9dd8aed99c80ad4a54fcbcfe082 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 7 Oct 2024 21:17:55 +0300 Subject: [PATCH] Always define IR_EXTERNAL_GDB_ENTRY for PHP --- ir_php.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ir_php.h b/ir_php.h index d26f78c9..370611f1 100644 --- a/ir_php.h +++ b/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 */