* infrun.c (wait_for_inferior): Don't check if the PC is in a
[deliverable/binutils-gdb.git] / gdb / remote.c
index 6a2dd7c98ee366c9e7ac8501c83f061d575758b2..821524392ade8d955ae13464c644b305ec59a80b 100644 (file)
@@ -299,7 +299,7 @@ remote_wait (status)
 
 /* Currently we just read all the registers, so we don't use regno.  */
 /* ARGSUSED */
-int
+void
 remote_fetch_registers (regno)
      int regno;
 {
@@ -325,7 +325,6 @@ remote_fetch_registers (regno)
     }
   for (i = 0; i < NUM_REGS; i++)
     supply_register (i, &regs[REGISTER_BYTE(i)]);
-  return 0;
 }
 
 /* Prepare to store registers.  Since we send them all, we have to
This page took 0.02336 seconds and 4 git commands to generate.