diff options
Diffstat (limited to 'gdb/somsolib.c')
-rw-r--r-- | gdb/somsolib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/somsolib.c b/gdb/somsolib.c index c2c8853..b24e672 100644 --- a/gdb/somsolib.c +++ b/gdb/somsolib.c @@ -587,7 +587,7 @@ som_solib_create_inferior_hook() { struct unwind_table_entry *u; /* It must be a shared library trampoline. */ - if (SYMBOL_TYPE (msymbol) != mst_solib_trampoline) + if (MSYMBOL_TYPE (msymbol) != mst_solib_trampoline) continue; /* It must also be an export stub. */ |