2000-04-25 Michael Snyder <msnyder@seadog.cygnus.com>

* blockframe.c: Fix a minor typo in a comment.
This commit is contained in:
Michael Snyder 2000-04-26 02:53:02 +00:00
parent 0927a22b9a
commit 72229eb7a0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-04-25 Michael Snyder <msnyder@seadog.cygnus.com>
* blockframe.c: Fix a minor typo in a comment.
2000-04-25 Kevin Buettner <kevinb@redhat.com> 2000-04-25 Kevin Buettner <kevinb@redhat.com>
* ia64-tdep.c (examine_prologue): Recognize store instructions; * ia64-tdep.c (examine_prologue): Recognize store instructions;

View File

@ -1109,7 +1109,7 @@ pc_in_call_dummy_at_entry_point (pc, sp, frame_address)
/* Dummy frame. This saves the processor state just prior to setting /* Dummy frame. This saves the processor state just prior to setting
up the inferior function call. Older targets save the registers up the inferior function call. Older targets save the registers
target stack (but that really slows down function calls). */ on the target stack (but that really slows down function calls). */
struct dummy_frame struct dummy_frame
{ {