diff options
-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 8f9e0bf4..8a1b829 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -1372,7 +1372,7 @@ allocate_dynamic_stack_space (size, target, known_align) #endif /* SETJMP_VIA_SAVE_AREA */ #ifdef STACK_GROWS_DOWNWARD - emit_move_insn (target, virtual_stack_dynamic_rtx); + emit_move_insn (target, virtual_stack_dynamic_rtx); #endif } |