diff options
Diffstat (limited to 'gdb/common/agent.c')
-rw-r--r-- | gdb/common/agent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/common/agent.c b/gdb/common/agent.c index 9503592..c23d7dd 100644 --- a/gdb/common/agent.c +++ b/gdb/common/agent.c @@ -103,7 +103,7 @@ agent_look_up_symbols (void *arg) (struct objfile *) arg); if (sym != NULL) - *addrp = SYMBOL_VALUE_ADDRESS (sym); + *addrp = MSYMBOL_VALUE_ADDRESS (sym); else #endif { |