]> git.proxmox.com Git - qemu.git/commit - target-arm/translate.c
target-arm: Reinstate display of VFP registers in cpu_dump_state
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 5 Oct 2012 14:04:44 +0000 (15:04 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 5 Oct 2012 14:04:44 +0000 (15:04 +0100)
commitf2617cfc237a7f7e72bd3791ed1f3d35f496bb22
treeb723a6cf27d1df252d27aafcae1dea69ddbf0604
parent6fd2a026fbf46ed5927a57e3e043a2039a0651d0
target-arm: Reinstate display of VFP registers in cpu_dump_state

Reinstate the display of VFP registers in cpu_dump_state(), if
the CPU has them (this code had been #if 0'd out a for a long time).
We drop the attempt ot display the values as floating point, since
this makes assumptions about the host 'float' and 'double' formats
and is not done by eg the i386 cpu_dump_state().
This display is gated on the CPU_DUMP_FPU flag, as for x86.

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