mirror of
https://github.com/danog/ir.git
synced 2025-01-22 05:31:32 +01:00
Allow using external __jit_debug_register_code().
Fuinction defined in DSO may work improperly.
This commit is contained in:
parent
494c9225a9
commit
c3e6a71dda
2
ir_gdb.c
2
ir_gdb.c
@ -498,7 +498,7 @@ ir_gdbjit_descriptor __jit_debug_descriptor = {
|
||||
1, IR_GDBJIT_NOACTION, NULL, NULL
|
||||
};
|
||||
|
||||
#if 1
|
||||
#ifdef IR_EXTERNAL_GDB_ENTRY
|
||||
__jit_debug_register_code(void);
|
||||
#else
|
||||
IR_NEVER_INLINE void __jit_debug_register_code(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user