]> git.proxmox.com Git - mirror_qemu.git/commit
x86: avoid AREG0 for integer helpers
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 29 Apr 2012 14:11:56 +0000 (14:11 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Tue, 14 Aug 2012 19:01:25 +0000 (19:01 +0000)
commit7923057bae23e44f75a52ce3735c3bd5d55872c1
treedf72247930e53b1ca3cf37f1f062d1cf30a64002
parentf0967a1add1e01df75607b9de5ef6cf83bfa0f82
x86: avoid AREG0 for integer helpers

Add an explicit CPUX86State parameter instead of relying on AREG0.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-i386/Makefile.objs
target-i386/helper.h
target-i386/int_helper.c
target-i386/shift_helper_template.h
target-i386/translate.c