Delete leftover Status FPU flag check.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2920 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
1e3d0552f5
commit
2538deb292
@ -2016,9 +2016,6 @@ int main(int argc, char **argv)
|
||||
env->gpr[i] = regs->regs[i];
|
||||
}
|
||||
env->PC = regs->cp0_epc;
|
||||
if (env->CP0_Config1 & (1 << CP0C1_FP)) {
|
||||
env->CP0_Status |= (1 << CP0St_CU1);
|
||||
}
|
||||
}
|
||||
#elif defined(TARGET_SH4)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user