summaryrefslogtreecommitdiff
path: root/tcg/TODO
diff options
context:
space:
mode:
authorAurelien Jarno <aurelien@aurel32.net>2010-04-01 22:00:41 +0200
committerAurelien Jarno <aurelien@aurel32.net>2010-04-01 22:00:41 +0200
commita18f844fb552586651c9b7534c0370669f0701c3 (patch)
tree96fbaf9c97d4303c06d02d31443d9704c5fc9c61 /tcg/TODO
parenta1606b0baaed1be23a6d8b90036290e1610b8dd0 (diff)
downloadqemu-a18f844fb552586651c9b7534c0370669f0701c3.tar.gz
tcg/TODO: remove setcond
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'tcg/TODO')
-rw-r--r--tcg/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/TODO b/tcg/TODO
index f30cb75e0d..074784778e 100644
--- a/tcg/TODO
+++ b/tcg/TODO
@@ -1,4 +1,4 @@
-- Add new instructions such as: setcond, clz, ctz, popcnt.
+- Add new instructions such as: clz, ctz, popcnt.
- See if it is worth exporting mul2, mulu2, div2, divu2.