diff -r 4adb1148ef73 src/arch/mips/isa/decoder.isa --- a/src/arch/mips/isa/decoder.isa Tue Jun 28 18:27:38 2011 -0500 +++ b/src/arch/mips/isa/decoder.isa Fri Jul 01 11:59:37 2011 +0800 @@ -1290,7 +1290,7 @@ //When rs=L1 //Note: "1. Format type L is legal only if 64-bit //floating point operations are enabled." - 0x5: decode FUNCTION_HI { + 0x5: decode FUNCTION { format FloatConvertOp { 0x20: cvt_s_l({{ val = Fs.ud; }}, ToSingle); 0x21: cvt_d_l({{ val = Fs.ud; }}, ToDouble);