]> Git Repo - qemu.git/commitdiff
Delete leftover Status FPU flag check.
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 1 Jun 2007 23:50:45 +0000 (23:50 +0000)
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 1 Jun 2007 23:50:45 +0000 (23:50 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2920 c046a42c-6fe2-441c-8c8c-71466251a162

linux-user/main.c

index 259173bb835b95f10377a0cab4e6701697e75631..fd96ea2c090691990209660b38a46dfd6e077978 100644 (file)
@@ -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)
     {
This page took 0.032988 seconds and 4 git commands to generate.