2003-04-06 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Sun, 6 Apr 2003 19:08:17 +0000 (19:08 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 6 Apr 2003 19:08:17 +0000 (19:08 +0000)
* arm-tdep.c (arm_frameless_function_invocation): Fix typo.

gdb/ChangeLog
gdb/arm-tdep.c

index 999c1a2..307ae93 100644 (file)
@@ -1,5 +1,9 @@
 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.
        Update comment.
        * frame.c (legacy_saved_regs_this_id): Update.
index 5d8c538..748422b 100644 (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