We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e5d82 commit 64214d2Copy full SHA for 64214d2
ext/opcache/jit/ir/ir_gdb.c
@@ -500,13 +500,14 @@ typedef struct _ir_gdbjit_descriptor {
500
struct _ir_gdbjit_code_entry *first_entry;
501
} ir_gdbjit_descriptor;
502
503
+#ifdef IR_EXTERNAL_GDB_ENTRY
504
+extern ir_gdbjit_descriptor __jit_debug_descriptor;
505
+void __jit_debug_register_code(void);
506
+#else
507
ir_gdbjit_descriptor __jit_debug_descriptor = {
508
1, IR_GDBJIT_NOACTION, NULL, NULL
509
};
510
-#ifdef IR_EXTERNAL_GDB_ENTRY
-void __jit_debug_register_code(void);
-#else
511
IR_NEVER_INLINE void __jit_debug_register_code(void)
512
{
513
__asm__ __volatile__("");
0 commit comments