mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
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:
parent
1124426a09
commit
00a709c7b9
2 changed files with 17 additions and 30 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue