From ef0e53ce936f567b56f89b567f114c11d6441582 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 10 Feb 1995 19:06:12 -0500 Subject: Replace MAX_UNITS_PER_WORD with MIN_UNITS_PER_WORD. From-SVN: r8904 --- gcc/config/mips/mips.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/mips') diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index fd6e25d..e395855 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -967,7 +967,7 @@ do { \ /* Width of a word, in units (bytes). */ #define UNITS_PER_WORD (TARGET_64BIT ? 8 : 4) -#define MAX_UNITS_PER_WORD 8 +#define MIN_UNITS_PER_WORD 4 /* For MIPS, width of a floating point register. */ #define UNITS_PER_FPREG (TARGET_FLOAT64 ? 8 : 4) -- cgit v1.1