OSDN Git Service

Correct MASK_64BIT to TARGET_64BIT
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Oct 1996 22:02:15 +0000 (22:02 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Oct 1996 22:02:15 +0000 (22:02 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12986 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/mips/mips.c

index 4266f59..3bfd940 100644 (file)
@@ -3470,7 +3470,7 @@ override_options ()
     target_flags &= ~ (MASK_FLOAT64|MASK_64BIT);
 
   /* In the EABI in 64 bit mode, longs and pointers are 64 bits.  */
-  if (mips_abi == ABI_EABI && MASK_64BIT)
+  if (mips_abi == ABI_EABI && TARGET_64BIT)
     target_flags |= MASK_LONG64;
 
   /* ??? This doesn't work yet, so don't let people try to use it.  */