* valprint.c (print_longest): Fix a syntax error in #ifdef
[deliverable/binutils-gdb.git] / gdb / m3-nat.c
index bf5f9d771484578d3a54cf4a517de771e4469b91..52a3eb66e454244c7ff17d2f3bcce8df34e60dde 100644 (file)
@@ -2462,7 +2462,7 @@ lookup_address_of_variable (name)
 
   if (! symaddr)
     {
-      msymbol = lookup_minimal_symbol (name, (struct objfile *) NULL);
+      msymbol = lookup_minimal_symbol (name, NULL, NULL);
 
       if (msymbol && msymbol->type == mst_data)
        symaddr = SYMBOL_VALUE_ADDRESS (msymbol);
This page took 0.024383 seconds and 4 git commands to generate.