diff options
author | John Gilmore <gnu@cygnus> | 1991-05-04 23:15:02 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-05-04 23:15:02 +0000 |
commit | 5594d534a24ff0e48806803376209d4b27ec8351 (patch) | |
tree | 27b7836ec8a38f69e68e3c864df90f364208160a /gdb/infptrace.c | |
parent | b1847ba9e7da744bb3695f9611dad4119cc7991e (diff) | |
download | gdb-5594d534a24ff0e48806803376209d4b27ec8351.zip gdb-5594d534a24ff0e48806803376209d4b27ec8351.tar.gz gdb-5594d534a24ff0e48806803376209d4b27ec8351.tar.bz2 |
Saber C (lint) cleanups, and a few bug fixes. See ChangeLog.
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; { |