]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/proc-service.c
change minsym representation
[thirdparty/binutils-gdb.git] / gdb / proc-service.c
index f4d9fe64dafa0099605060f4a3296e63c0a86311..2a21e78617dbe5e2c58c2c6954c2a1119be332a6 100644 (file)
@@ -207,7 +207,7 @@ ps_pglobal_lookup (gdb_ps_prochandle_t ph, const char *obj,
     result = PS_NOSYM;
   else
     {
-      *sym_addr = core_addr_to_ps_addr (SYMBOL_VALUE_ADDRESS (ms));
+      *sym_addr = core_addr_to_ps_addr (MSYMBOL_VALUE_ADDRESS (ms));
       result = PS_OK;
     }