]> git.proxmox.com Git - qemu.git/commit
Sparc: avoid AREG0 for lazy condition code helpers
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 3 Jul 2011 16:01:57 +0000 (16:01 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 23 Oct 2011 15:09:37 +0000 (15:09 +0000)
commit2ffd9176b10caefab5f2bade13b1b54154266b35
treecb0c460c8e9bdaf2210d9ed5acc0287e7abc9205
parentcffc581873fdb482644acfc4f61d294ad4e81cf0
Sparc: avoid AREG0 for lazy condition code helpers

Make lazy condition code helpers take a parameter for CPUState instead
of relying on global env.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Makefile.target
target-sparc/cc_helper.c
target-sparc/helper.h
target-sparc/op_helper.c
target-sparc/translate.c