PR 12848
[deliverable/binutils-gdb.git] / gdb / mipsnbsd-nat.c
index 58ac5720cf5fd30c4de463600c19efc6cc87c05f..d85b6d9b5641b96ff4aa46bcb18f0138de5b35d1 100644 (file)
@@ -57,7 +57,8 @@ mipsnbsd_fetch_inferior_registers (struct target_ops *ops,
        return;
     }
 
-  if (regno == -1 || regno >= gdbarch_fp0_regnum (get_regcache_arch (regcache)))
+  if (regno == -1
+      || regno >= gdbarch_fp0_regnum (get_regcache_arch (regcache)))
     {
       struct fpreg fpregs;
 
@@ -92,7 +93,8 @@ mipsnbsd_store_inferior_registers (struct target_ops *ops,
        return;
     }
 
-  if (regno == -1 || regno >= gdbarch_fp0_regnum (get_regcache_arch (regcache)))
+  if (regno == -1
+      || regno >= gdbarch_fp0_regnum (get_regcache_arch (regcache)))
     {
       struct fpreg fpregs; 
 
This page took 0.022615 seconds and 4 git commands to generate.