diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-07-30 01:48:28 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-07-30 01:48:28 +0000 |
commit | fba45db2faf619e71856ee38ec63949c0ef6903e (patch) | |
tree | 107efc21d2b12f54d84b59e75251449e3d5fd096 /gdb/i386ly-tdep.c | |
parent | 29e6d33b03a5e39540d17bc8235573b1dac13341 (diff) | |
download | binutils-gdb-fba45db2faf619e71856ee38ec63949c0ef6903e.tar.gz |
Protoization.
Diffstat (limited to 'gdb/i386ly-tdep.c')
-rw-r--r-- | gdb/i386ly-tdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/i386ly-tdep.c b/gdb/i386ly-tdep.c index 1b011212824..0122479a19b 100644 --- a/gdb/i386ly-tdep.c +++ b/gdb/i386ly-tdep.c @@ -30,8 +30,7 @@ system calls use a different calling sequence. */ CORE_ADDR -i386lynx_saved_pc_after_call (frame) - struct frame_info *frame; +i386lynx_saved_pc_after_call (struct frame_info *frame) { char opcode[7]; static const unsigned char call_inst[] = |