Commit 60a9f9ecd90ae4921e919323ecd9ab59e71e71f5

Authored by ths
1 parent 153a08db

Note FPU enable/disable issue.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2489 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 2 additions and 0 deletions
target-mips/TODO
... ... @@ -8,6 +8,8 @@ General
8 8 instructions are regarded as valid
9 9 - pcnet32 does not work for little endian emulation on big endian host
10 10 (probably not mips specific, but observable for mips-malta)
  11 +- CP1 enable/disable is checked at translation time, not at execution
  12 + time, so it will have delayed effect.
11 13  
12 14 MIPS64
13 15 ------
... ...