From: Keir Fraser Date: Wed, 6 Feb 2008 10:17:16 +0000 (+0000) Subject: x86_emulate: Fix CLTS emulation. X-Git-Tag: 3.1.4-rc1~49 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b1f262347cbbb205ca9bac2c42600349969ff488;p=people%2Fvhanquez%2Fxen.git x86_emulate: Fix CLTS emulation. Signed-off-by: Keir Fraser xen-unstable changeset: 16859:7f940c605893749225a5605fb8a1fa38972bdeb6 xen-unstable date: Wed Jan 23 13:59:24 2008 +0000 --- diff --git a/xen/arch/x86/x86_emulate.c b/xen/arch/x86/x86_emulate.c index 75e123200..b14d054a8 100644 --- a/xen/arch/x86/x86_emulate.c +++ b/xen/arch/x86/x86_emulate.c @@ -170,7 +170,7 @@ static uint8_t opcode_table[256] = { static uint8_t twobyte_table[256] = { /* 0x00 - 0x07 */ - 0, 0, 0, 0, 0, ImplicitOps, 0, 0, + 0, 0, 0, 0, 0, 0, ImplicitOps, 0, /* 0x08 - 0x0F */ ImplicitOps, ImplicitOps, 0, 0, 0, ImplicitOps|ModRM, 0, 0, /* 0x10 - 0x17 */