diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-03-11 05:54:35 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-03-11 05:54:35 +0000 |
commit | 71cc389ba10ab60c77f39fecc73be3179b6e679a (patch) | |
tree | 89a9c30bd0acac2c00212347139e5c50102d1fce /gcc/config/mmix/mmix.c | |
parent | f3c9f174d1fcbd42b23f2b9311bbb3dfac8148b5 (diff) | |
download | gcc-71cc389ba10ab60c77f39fecc73be3179b6e679a.zip gcc-71cc389ba10ab60c77f39fecc73be3179b6e679a.tar.gz gcc-71cc389ba10ab60c77f39fecc73be3179b6e679a.tar.bz2 |
c-typeck.c, [...]: Fix comment typos and formatting.
* c-typeck.c, combine.c, cse.c, dominance.c, et-forest.h,
ggc-page.c, var-tracking.c, config/fp-bit.c, config/c4x/c4x.c,
config/cris/cris.c, config/i386/ppro.md, config/i860/i860.c,
config/i860/i860.h, config/m32r/m32r.h, config/m32r/xm-m32r.h,
config/m68hc11/m68hc11.h, config/m68hc11/m68hc11.md,
config/mips/mips.c, config/mmix/mmix.c, config/ns32k/ns32k.h,
config/pa/pa.c, config/pa/pa32-regs.h, config/pa/pa64-regs.h,
config/pdp11/pdp11.h, config/rs6000/rs6000.c,
config/stormy16/stormy16.c: Fix comment typos and formatting.
From-SVN: r79303
Diffstat (limited to 'gcc/config/mmix/mmix.c')
-rw-r--r-- | gcc/config/mmix/mmix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mmix/mmix.c b/gcc/config/mmix/mmix.c index 4d239dd..8bf8e0e 100644 --- a/gcc/config/mmix/mmix.c +++ b/gcc/config/mmix/mmix.c @@ -838,7 +838,7 @@ mmix_setup_incoming_varargs (CUMULATIVE_ARGS *args_so_farp, *pretend_sizep = (MMIX_MAX_ARGS_IN_REGS - (args_so_farp->regs + 1)) * 8; /* We assume that one argument takes up one register here. That should - be true until we start messing with multi-reg parameters. */ + be true until we start messing with multi-reg parameters. */ if ((7 + (MMIX_FUNCTION_ARG_SIZE (mode, vartype))) / 8 != 1) internal_error ("MMIX Internal: Last named vararg would not fit in a register"); } |