diff options
Diffstat (limited to 'gcc/explow.c')
-rw-r--r-- | gcc/explow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/explow.c b/gcc/explow.c index dce99a2..c98e7f3 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -1471,7 +1471,7 @@ probe_stack_range (first, size) addr = convert_memory_address (ptr_mode, addr); #endif - emit_library_call (stack_check_libfunc, 0, VOIDmode, 1, addr, + emit_library_call (stack_check_libfunc, LCT_NORMAL, VOIDmode, 1, addr, ptr_mode); } |