aboutsummaryrefslogtreecommitdiff
path: root/gdb/cxux-nat.c
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2000-08-13 01:22:17 +0000
committerKevin Buettner <kevinb@redhat.com>2000-08-13 01:22:17 +0000
commit726230095ecb85068a9c517291df03f34b11464f (patch)
tree86ce2e49b94c0dd98690c9d22fa40e9d966a431a /gdb/cxux-nat.c
parent9fc2dda293dcc9ae108f3b2dd85021fdc0b180f7 (diff)
downloadgdb-726230095ecb85068a9c517291df03f34b11464f.zip
gdb-726230095ecb85068a9c517291df03f34b11464f.tar.gz
gdb-726230095ecb85068a9c517291df03f34b11464f.tar.bz2
Protoization.
Diffstat (limited to 'gdb/cxux-nat.c')
-rw-r--r--gdb/cxux-nat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/cxux-nat.c b/gdb/cxux-nat.c
index c37fc0c..74636bd 100644
--- a/gdb/cxux-nat.c
+++ b/gdb/cxux-nat.c
@@ -66,8 +66,7 @@ extern jmp_buf stack_jmp;
extern int errno;
void
-fetch_inferior_registers (regno)
- int regno; /* Original value discarded */
+fetch_inferior_registers (int regno)
{
register unsigned int regaddr;
char buf[MAX_REGISTER_RAW_SIZE];