Sun2 native support (untested).
[deliverable/binutils-gdb.git] / gdb / hppabsd-tdep.c
index c279249210dd793acfe3ba16e8bf53ec86e85d3c..8fe6d289a8049a149f90a60869411af765f61e22 100644 (file)
@@ -251,7 +251,7 @@ vtophys(space, addr)
        }
 #ifdef MACHKERNELDEBUG
        else if (kerneltype == OS_MACH) {
-               (void) mach_vtophys(space, addr, &phys);
+         mach_vtophys(space, addr, &phys);
        }
 #endif
 #if 0
@@ -439,7 +439,7 @@ setup_kernel_debugging()
                        panicstr = kvread(ksym_lookup("panicstr"));
                        if (panicstr == ~0)
                                return;
-                       (void) kernel_core_file_hook(panicstr, buf, sizeof(buf));
+                       kernel_core_file_hook(panicstr, buf, sizeof(buf));
                        for (cp = buf; cp < &buf[sizeof(buf)] && *cp; cp++)
                                if (!isascii(*cp) || (!isprint(*cp) && !isspace(*cp)))
                                        *cp = '?';
This page took 0.023117 seconds and 4 git commands to generate.