2003-04-06 Andrew Cagney <cagney@redhat.com>

* arm-tdep.c (arm_frameless_function_invocation): Fix typo.
This commit is contained in:
Andrew Cagney 2003-04-06 19:08:17 +00:00
parent e6ba3bc976
commit 8cf716522f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-04-06 Andrew Cagney <cagney@redhat.com>
* arm-tdep.c (arm_frameless_function_invocation): Fix typo.
2003-04-06 Andrew Cagney <cagney@redhat.com>
* frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.

View File

@ -295,7 +295,7 @@ arm_frameless_function_invocation (struct frame_info *fi)
stmdb sp!, {}
sub sp, ip, #4. */
func_start = (get_frame_func (fi)) + FUNCTION_START_OFFSET);
func_start = (get_frame_func (fi) + FUNCTION_START_OFFSET);
after_prologue = SKIP_PROLOGUE (func_start);
/* There are some frameless functions whose first two instructions