diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-11-30 10:56:16 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-11-30 10:56:16 +0000 |
commit | b69600940692d11967b2ae8ceabed2c6c2474c37 (patch) | |
tree | d6b88df7123e7340631685d782fe3f87310793e7 /gdb/remote-vx29k.c | |
parent | 8743fc885f33a57c09d1822b6fd5d6f6cc99ec9b (diff) | |
download | gdb-b69600940692d11967b2ae8ceabed2c6c2474c37.zip gdb-b69600940692d11967b2ae8ceabed2c6c2474c37.tar.gz gdb-b69600940692d11967b2ae8ceabed2c6c2474c37.tar.bz2 |
CARP:
Cleanup FRAME_CHAIN_VALID. Replace all macro's with functions.
Diffstat (limited to 'gdb/remote-vx29k.c')
-rw-r--r-- | gdb/remote-vx29k.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-vx29k.c b/gdb/remote-vx29k.c index 02554aa..e6fc2c7 100644 --- a/gdb/remote-vx29k.c +++ b/gdb/remote-vx29k.c @@ -176,7 +176,7 @@ vx_write_register (regno) contents when FRAME_CHAIN_VALID is invoked. */ int -get_fp_contents (chain, thisframe) +vx29k_frame_chain_valid (chain, thisframe) CORE_ADDR chain; struct frame_info *thisframe; /* not used here */ { |