diff options
Diffstat (limited to 'gdb/infptrace.c')
-rw-r--r-- | gdb/infptrace.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/infptrace.c b/gdb/infptrace.c index a5b976d..2298c98 100644 --- a/gdb/infptrace.c +++ b/gdb/infptrace.c @@ -234,10 +234,9 @@ fetch_register (regno) supply_register (regno, buf); } -/* Fetch all registers, or just one, from the child process. - We should check for errors, but we don't. FIXME. */ +/* Fetch all registers, or just one, from the child process. */ -int +void fetch_inferior_registers (regno) int regno; { |