summaryrefslogtreecommitdiff
path: root/target-mips/TODO
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-03-17 15:39:48 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-03-17 15:39:48 +0000
commit60a9f9ecd90ae4921e919323ecd9ab59e71e71f5 (patch)
tree2ad200fd7d66696c3dbb40b1e3a5c62147b0f1ab /target-mips/TODO
parent153a08db4f059ac2b6d4bb24ebbbfcc314697bf5 (diff)
downloadqemu-60a9f9ecd90ae4921e919323ecd9ab59e71e71f5.tar.gz
Note FPU enable/disable issue.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2489 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-mips/TODO')
-rw-r--r--target-mips/TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/target-mips/TODO b/target-mips/TODO
index bd8d26d1f6..9faa041b2c 100644
--- a/target-mips/TODO
+++ b/target-mips/TODO
@@ -8,6 +8,8 @@ General
instructions are regarded as valid
- pcnet32 does not work for little endian emulation on big endian host
(probably not mips specific, but observable for mips-malta)
+- CP1 enable/disable is checked at translation time, not at execution
+ time, so it will have delayed effect.
MIPS64
------