]> git.proxmox.com Git - qemu.git/commit
target-arm: Correctly restore FPSCR
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Apr 2013 11:24:19 +0000 (12:24 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Apr 2013 11:24:19 +0000 (12:24 +0100)
commite91f229a253f489f6d12b946ad7bdcdc158c5b67
tree841ac7775f533ab1c36060e81d52a020636389dc
parent602131e944f513f85ffa5593b020d263599cb2cd
target-arm: Correctly restore FPSCR

Use the helper functions to save and restore the FPSCR, so that
we correctly propagate rounding mode and flushing behaviour into
the float_status fields. This also allows us to stop saving the
vector length/stride fields separately.

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