diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-10-18 03:29:25 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-10-18 03:29:25 +0000 |
commit | c338868aa604bab130d51c50ece12ac68bd63c94 (patch) | |
tree | 37e680db5a420b709d36c175c3a626a8d79e6d18 /gdb/remote-vx29k.c | |
parent | e6c774b42adff3c63cb512132d9a7c40ca99be72 (diff) | |
download | ppe42-binutils-c338868aa604bab130d51c50ece12ac68bd63c94.tar.gz ppe42-binutils-c338868aa604bab130d51c50ece12ac68bd63c94.zip |
Protoization.
Diffstat (limited to 'gdb/remote-vx29k.c')
-rw-r--r-- | gdb/remote-vx29k.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/remote-vx29k.c b/gdb/remote-vx29k.c index 7168605a06..f99ce40032 100644 --- a/gdb/remote-vx29k.c +++ b/gdb/remote-vx29k.c @@ -172,12 +172,10 @@ vx_write_register (int regno) obtain the frame pointer (lr1) contents, we must add 4 bytes. Note : may be we should modify init_frame_info() to get the frame pointer and store it into the frame_info struct rather than reading its - contents when FRAME_CHAIN_VALID is invoked. */ + contents when FRAME_CHAIN_VALID is invoked. THISFRAME is unused. */ int -vx29k_frame_chain_valid (chain, thisframe) - CORE_ADDR chain; - struct frame_info *thisframe; /* not used here */ +vx29k_frame_chain_valid (CORE_ADDR chain, struct frame_info *thisframe) { int fp_contents; |