]> git.proxmox.com Git - mirror_qemu.git/commit
Sparc: avoid AREG0 wrappers for memory access helpers
authorBlue Swirl <blauwirbel@gmail.com>
Mon, 1 Aug 2011 12:19:05 +0000 (12:19 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 18 Mar 2012 12:22:02 +0000 (12:22 +0000)
commit0184e266cb7584feefaf4b54abbaa9fa81b62fac
tree4685a7b60eaf0e0512667bcc019ed256ec90e6aa
parentfe8d8f0f1c3ed0f5e84edffbbc8fcdf3b7da589b
Sparc: avoid AREG0 wrappers for memory access helpers

Adjust generation of load and store templates so that the functions
take a parameter for CPUState instead of relying on global env.

Remove wrappers. Move remaining memory helpers to ldst_helper.c.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Makefile.target
configure
target-sparc/cpu.h
target-sparc/ldst_helper.c
target-sparc/op_helper.c [deleted file]
target-sparc/translate.c