summaryrefslogtreecommitdiff
path: root/gcc/explow.c
diff options
context:
space:
mode:
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2009-11-10 11:23:54 +0000
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2009-11-10 11:23:54 +0000
commit53226a3c702920e140da494dcd5798f9fc9809f0 (patch)
tree65c38ff29e8986a8de3e0348ef60c96f216cb2b2 /gcc/explow.c
parent1c79efdc2e74766a868a05a0d563f8efb499fa37 (diff)
downloadgcc-53226a3c702920e140da494dcd5798f9fc9809f0.tar.gz
PR ada/20548
* explow.c (probe_stack_range): Fix typo. * config/sparc/sparc.md (probe_stack): New expander. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@154061 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/explow.c')
-rw-r--r--gcc/explow.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/explow.c b/gcc/explow.c
index 0bbbc003f6d..a887849816b 100644
--- a/gcc/explow.c
+++ b/gcc/explow.c
@@ -1404,7 +1404,8 @@ probe_stack_range (HOST_WIDE_INT first, rtx size)
gen_rtx_fmt_ee (STACK_GROW_OP, Pmode,
stack_pointer_rtx,
plus_constant (size, first)));
- emit_library_call (stack_check_libfunc, LCT_NORMAL, VOIDmode, 1, addr);
+ emit_library_call (stack_check_libfunc, LCT_NORMAL, VOIDmode, 1, addr,
+ Pmode);
}
/* Next see if we have an insn to check the stack. */