aboutsummaryrefslogtreecommitdiff
path: root/op-i386.c
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-08-21 23:25:21 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-08-21 23:25:21 +0000
commit2e255c6b9f05f78a7effc4d1246c8a420680b810 (patch)
treed625e0135002840792a12df47189d5193209d800 /op-i386.c
parent3f3373166227b13e762e20d2fb51eadfa6a2d653 (diff)
faster and more accurate segment handling
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@373 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'op-i386.c')
-rw-r--r--op-i386.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/op-i386.c b/op-i386.c
index 7b0c3917ac..2f84e15e54 100644
--- a/op-i386.c
+++ b/op-i386.c
@@ -890,6 +890,7 @@ void OPPROTO op_das(void)
/* segment handling */
+/* never use it with R_CS */
void OPPROTO op_movl_seg_T0(void)
{
load_seg(PARAM1, T0 & 0xffff, PARAM2);