diff options
Diffstat (limited to 'gcc/config/sh/sh.c')
-rw-r--r-- | gcc/config/sh/sh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/sh/sh.c b/gcc/config/sh/sh.c index ec88c59a6fa..158714cea50 100644 --- a/gcc/config/sh/sh.c +++ b/gcc/config/sh/sh.c @@ -3922,7 +3922,7 @@ sh_expand_prologue () /* We have pretend args if we had an object sent partially in registers and partially on the stack, e.g. a large structure. */ output_stack_adjust (-current_function_pretend_args_size, - stack_pointer_rtx, 3); + stack_pointer_rtx, 1); extra_push = 0; @@ -3970,7 +3970,7 @@ sh_expand_prologue () target_flags = save_flags; output_stack_adjust (-rounded_frame_size (d), - stack_pointer_rtx, 3); + stack_pointer_rtx, 1); if (frame_pointer_needed) emit_insn (gen_movsi (frame_pointer_rtx, stack_pointer_rtx)); |