* inftarg.c (child_thread_alive): New function to see if a
[deliverable/binutils-gdb.git] / gdb / nindy-tdep.c
index 03a67c8b378ec2f45ebbb99f52f969a043e8d1d0..f4c5f379f64e9583f552e9b1440e8830cdec8a04 100644 (file)
@@ -63,7 +63,7 @@ nindy_frame_chain_valid (chain, curframe)
        if ( sym != 0 ){
                a = SYMBOL_VALUE (sym);
        } else {
-               msymbol = lookup_minimal_symbol (sf, (struct objfile *) NULL);
+               msymbol = lookup_minimal_symbol (sf, NULL, NULL);
                if (msymbol == NULL)
                        return 0;
                a = SYMBOL_VALUE_ADDRESS (msymbol);
This page took 0.024025 seconds and 4 git commands to generate.