1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Update IR

IR commit: eff4b4109aed08d4864bd5bd7228575d8fd01158
This commit is contained in:
Dmitry Stogov
2024-10-07 15:31:04 +03:00
parent 76e5d82eb2
commit 64214d286b

View File

@@ -500,13 +500,14 @@ typedef struct _ir_gdbjit_descriptor {
struct _ir_gdbjit_code_entry *first_entry;
} ir_gdbjit_descriptor;
#ifdef IR_EXTERNAL_GDB_ENTRY
extern ir_gdbjit_descriptor __jit_debug_descriptor;
void __jit_debug_register_code(void);
#else
ir_gdbjit_descriptor __jit_debug_descriptor = {
1, IR_GDBJIT_NOACTION, NULL, NULL
};
#ifdef IR_EXTERNAL_GDB_ENTRY
void __jit_debug_register_code(void);
#else
IR_NEVER_INLINE void __jit_debug_register_code(void)
{
__asm__ __volatile__("");