summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/drcbearm64.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/drcbearm64.cpp')
-rw-r--r--src/devices/cpu/drcbearm64.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/cpu/drcbearm64.cpp b/src/devices/cpu/drcbearm64.cpp
index 4407f7efc35..5d917d8aaa9 100644
--- a/src/devices/cpu/drcbearm64.cpp
+++ b/src/devices/cpu/drcbearm64.cpp
@@ -104,8 +104,6 @@ subroutine calls at SP + 0x08, SP + 0x18, SP + 0x28, etc. until reaching
the location FP points to.
TODO:
-* The rounding mode set with SETFMOD should be applied for floating point
- arithmetic.
* Some operations do not clear the upper bits of integer registers when
they should (e.g. 32-bit MOV with the same register as source and
destination).