Fix mips FPU emulation, 32 bit data types are allowed to use odd registers.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2454 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
ths 2007-02-27 19:27:51 +00:00
parent 1124426a09
commit 00a709c7b9
2 changed files with 17 additions and 30 deletions

View file

@ -1732,7 +1732,7 @@ void op_mtc1 (void)
FLOAT_OP(cvtd, s)
{
FDT2 = float32_to_float64(WT0, &env->fp_status);
FDT2 = float32_to_float64(FST0, &env->fp_status);
DEBUG_FPU_STATE();
RETURN();
}