]> git.proxmox.com Git - qemu.git/commit - gdbstub.c
target-sparc: Change fpr representation to doubles.
authorRichard Henderson <rth@twiddle.net>
Mon, 17 Oct 2011 17:42:49 +0000 (10:42 -0700)
committerRichard Henderson <rth@twiddle.net>
Wed, 26 Oct 2011 20:55:26 +0000 (13:55 -0700)
commit30038fd81808f7c3bca92be2369e74c8ca7b3d69
treebf718259c3d5bcc3e4f8605dbe9828c739be345d
parent45c7b743cda3e87e528516ac1dd039d5932433a3
target-sparc: Change fpr representation to doubles.

This allows a more efficient representation for 64-bit hosts.
It should be about the same for 32-bit hosts, as we can still
access the individual pieces of the double.

Signed-off-by: Richard Henderson <rth@twiddle.net>
gdbstub.c
linux-user/signal.c
monitor.c
target-sparc/cpu.h
target-sparc/cpu_init.c
target-sparc/ldst_helper.c
target-sparc/machine.c
target-sparc/translate.c