]> git.proxmox.com Git - qemu.git/commit - target-i386/misc_helper.c
x86: avoid AREG0 for condition code helpers
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 29 Apr 2012 12:45:34 +0000 (12:45 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Tue, 14 Aug 2012 19:01:25 +0000 (19:01 +0000)
commitf0967a1add1e01df75607b9de5ef6cf83bfa0f82
treeb21da8d49a41d18123213fcd7a455f3849fa98d6
parentd3eb5eaeb56e48891bb98ab5f092f43e142e3f28
x86: avoid AREG0 for condition code 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/cc_helper.c
target-i386/cc_helper_template.h
target-i386/helper.h
target-i386/int_helper.c
target-i386/mem_helper.c
target-i386/misc_helper.c
target-i386/seg_helper.c
target-i386/shift_helper_template.h
target-i386/translate.c