* arm-tdep.c (arm_frameless_function_invocation): Fix typo.
+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.
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