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 999c1a23e80704c252c8e377bdb842ff085f3496..307ae939497ff4545a22df445abb913d57ba33c5 100644 (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.
index 5d8c538290e3147520074eaaa347c7dda02fe649..748422b8de3e3b35f4ee8aecd5ec7fc6d601da2c 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