]> git.proxmox.com Git - qemu.git/commit
Sparc: avoid AREG0 for CWP and PSTATE helpers
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 3 Jul 2011 21:01:59 +0000 (21:01 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Wed, 26 Oct 2011 17:18:04 +0000 (17:18 +0000)
commit063c367558dc4e811e0c10a64f49838acb108c38
tree61583efb031c8057d6c2ae2f74db9bb5e615fe14
parente86d9b12b52a2e1cf9e18d55f471fa085911b166
Sparc: avoid AREG0 for CWP and PSTATE helpers

Make CWP and PSTATE helpers take a parameter for CPUState instead
of relying on global env. Remove wrapper functions.

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