aboutsummaryrefslogtreecommitdiff
path: root/gdb/blockframe.c
diff options
context:
space:
mode:
authorNicholas Duffek <nsd@redhat.com>2001-01-12 20:43:35 +0000
committerNicholas Duffek <nsd@redhat.com>2001-01-12 20:43:35 +0000
commit7036d6ce0eefad78c871da51e41533a45daaa331 (patch)
treee2394bde6b1751d6506578c6dc2c98f3e51d4050 /gdb/blockframe.c
parent9397fcbf1c7242c71304c1f19dd730b32887d000 (diff)
downloadgdb-7036d6ce0eefad78c871da51e41533a45daaa331.zip
gdb-7036d6ce0eefad78c871da51e41533a45daaa331.tar.gz
gdb-7036d6ce0eefad78c871da51e41533a45daaa331.tar.bz2
* blockframe.c (generic_get_saved_register): Spelling fix.
* frame.h (FRAME_FP): Spelling fix.
Diffstat (limited to 'gdb/blockframe.c')
-rw-r--r--gdb/blockframe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/blockframe.c b/gdb/blockframe.c
index 8e5bc21..eec0e10 100644
--- a/gdb/blockframe.c
+++ b/gdb/blockframe.c
@@ -1249,7 +1249,7 @@ generic_fix_call_dummy (char *dummy, CORE_ADDR pc, CORE_ADDR fun, int nargs,
calculated rather than fetched). We will use not_lval for values
fetched from generic dummy frames.
- Set *ADDRP to the address, either in memory on as a REGISTER_BYTE
+ Set *ADDRP to the address, either in memory or as a REGISTER_BYTE
offset into the registers array. If the value is stored in a dummy
frame, set *ADDRP to zero.