]> git.proxmox.com Git - qemu.git/commit
target-s390x: avoid cpu_single_env
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 8 Sep 2012 11:15:37 +0000 (11:15 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 15 Sep 2012 17:44:32 +0000 (17:44 +0000)
commit46ee3d8455d4d67a1a9438a4b1f1e4ebf977d97b
tree363a86452cefd5e90d66078e908a2f4bd0e15857
parent8bacde8d86a09699207d85d4bab06162aed18dc4
target-s390x: avoid cpu_single_env

Pass around CPUState instead of using global cpu_single_env.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-s390x/translate.c