diff options
Diffstat (limited to 'gcc/config/m88k/m88k.c')
-rw-r--r-- | gcc/config/m88k/m88k.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m88k/m88k.c b/gcc/config/m88k/m88k.c index a9692e8cf33..a6eae5efb36 100644 --- a/gcc/config/m88k/m88k.c +++ b/gcc/config/m88k/m88k.c @@ -1906,7 +1906,7 @@ m88k_layout_frame () m88k_stack_size = m88k_fp_offset + STARTING_FRAME_OFFSET; /* First, combine m88k_stack_size and size. If m88k_stack_size is - non-zero, align the frame size to 8 mod 16; otherwise align the + nonzero, align the frame size to 8 mod 16; otherwise align the frame size to 0 mod 16. (If stacks are 8 byte aligned, this ends up as a NOP. */ { |