target-s390x: avoid AREG0 for misc helpers
commit089f5c06926105a35df461003ae32b7387ed4236
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 2 Sep 2012 07:33:39 +0000 (2 07:33 +0000)
committerAlexander Graf <agraf@suse.de>
Mon, 10 Sep 2012 11:38:33 +0000 (10 13:38 +0200)
treeaad51a588b1113423fc2eac83c37e0859965882b
parent932385a367b2c67f1ea7148dcafb013db188cd23
target-s390x: avoid AREG0 for misc helpers

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

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