* strerror.c: Revert last change. Declare static sys_nerr
[deliverable/binutils-gdb.git] / gdb / sparcnbsd-nat.c
index f63d9e5ace040433e46b74fd2314822caae6b8bd..ef52746deaeb0e3d13063467d958dd61f0afc2a3 100644 (file)
@@ -39,7 +39,7 @@ getregs_supplies (int regno)
 {
   return (regno == PS_REGNUM
          || regno == PC_REGNUM
-         || regno == NPC_REGNUM
+         || regno == DEPRECATED_NPC_REGNUM
          || regno == Y_REGNUM
          || (regno >= G0_REGNUM && regno <= G7_REGNUM)
          || (regno >= O0_REGNUM && regno <= O7_REGNUM)
This page took 0.023212 seconds and 4 git commands to generate.