]> git.proxmox.com Git - qemu.git/commit - target-s390x/translate.c
target-s390x: avoid AREG0 for condition code helpers
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 2 Sep 2012 07:33:38 +0000 (07:33 +0000)
committerAlexander Graf <agraf@suse.de>
Mon, 10 Sep 2012 11:38:32 +0000 (13:38 +0200)
commit932385a367b2c67f1ea7148dcafb013db188cd23
tree3aa09aed2f6aeee74d9b457d698b9fdeb8a9a558
parent4fda26a7b0d6ffbb4055ab8b756cd94647f5fd22
target-s390x: avoid AREG0 for condition code helpers

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

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-s390x/Makefile.objs
target-s390x/cc_helper.c
target-s390x/helper.h
target-s390x/translate.c