]> git.proxmox.com Git - qemu.git/commit
target-arm: Remove out of date FIXME regarding saturating arithmetic
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Oct 2012 04:23:05 +0000 (04:23 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 24 Oct 2012 12:33:29 +0000 (13:33 +0100)
commit8b279a60dc3ca53923701dfec6e54bea9d13cfb7
tree3bf2c4937a1f81f45082fdcf0e2a7e28aadfea74
parent36c91fd115a5920a35d4cb0e7a1903281469e0db
target-arm: Remove out of date FIXME regarding saturating arithmetic

Remove an out of date FIXME regarding the saturating arithmetic helpers:
we now do pass a pointer to CPUARMState to these helpers, and since
the AREG0 changes went in there is no difference between helper.c
and op_helper.c and therefore no point in moving the functions.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/op_helper.c