x86: avoid AREG0 in segmentation helpers
commitce7e32bb2220fa60218af9770bca141dea76999b
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 29 Apr 2012 19:47:06 +0000 (29 19:47 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 16 Jun 2012 06:52:54 +0000 (16 06:52 +0000)
tree5bcdf95d5f34afef5ba7144887dc1212e7d7c703
parent586e98099b8b2c7de9c8c2bd6b31a3a7a4f0399c
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 [moved from target-i386/op_helper.c with 92% similarity]
target-i386/translate.c