Commit 2538deb29249094e73a7f294cc4a2741fd1b9bb9
1 parent
1e3d0552
Delete leftover Status FPU flag check.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2920 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
0 additions
and
3 deletions
linux-user/main.c
... | ... | @@ -2016,9 +2016,6 @@ int main(int argc, char **argv) |
2016 | 2016 | env->gpr[i] = regs->regs[i]; |
2017 | 2017 | } |
2018 | 2018 | env->PC = regs->cp0_epc; |
2019 | - if (env->CP0_Config1 & (1 << CP0C1_FP)) { | |
2020 | - env->CP0_Status |= (1 << CP0St_CU1); | |
2021 | - } | |
2022 | 2019 | } |
2023 | 2020 | #elif defined(TARGET_SH4) |
2024 | 2021 | { | ... | ... |