]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/bsd-uthread.c
change minsym representation
[thirdparty/binutils-gdb.git] / gdb / bsd-uthread.c
index 5f557639a86f34f0be50e657595a0129124cf362..d10c5d4edae47067a628e47e04514a31076a79a5 100644 (file)
@@ -129,7 +129,7 @@ bsd_uthread_lookup_address (const char *name, struct objfile *objfile)
 
   sym = lookup_minimal_symbol (name, NULL, objfile);
   if (sym)
-    return SYMBOL_VALUE_ADDRESS (sym);
+    return MSYMBOL_VALUE_ADDRESS (sym);
 
   return 0;
 }