]> git.proxmox.com Git - mirror_qemu.git/commit
x86: avoid AREG0 in segmentation helpers
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 29 Apr 2012 19:47:06 +0000 (19:47 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Tue, 14 Aug 2012 19:01:26 +0000 (19:01 +0000)
commit2999a0b20074a7e4a58f56572bb1436749368f59
treed3aa76ce12c4349cd53b11ac97df2930917f3460
parent4a7443be520f5737009ea47f93e4aa0328eecbca
x86: avoid AREG0 in segmentation helpers

Add an explicit CPUX86State parameter instead of relying on AREG0.

Rename remains of op_helper.c to seg_helper.c.

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