* config/mips/mips.c (override_options): Fix typo in last change.
From-SVN: r39456
This commit is contained in:
parent
9965d11913
commit
789c026d3b
@ -1,3 +1,7 @@
|
||||
Mon Feb 5 11:23:16 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
|
||||
|
||||
* config/mips/mips.c (override_options): Fix typo in last change.
|
||||
|
||||
2001-02-05 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
* invoke.texi (-fdump-class-layout): Document.
|
||||
|
@ -4955,7 +4955,7 @@ override_options ()
|
||||
if (TARGET_FLOAT64)
|
||||
{
|
||||
error ("-mips%d does not support 64 bit fp registers", mips_isa);
|
||||
target_flags &= ~ MASK_FLAG64;
|
||||
target_flags &= ~ MASK_FLOAT64;
|
||||
}
|
||||
|
||||
else if (TARGET_64BIT)
|
||||
|
Loading…
Reference in New Issue
Block a user