]> xenbits.xensource.com Git - people/vhanquez/xen.git/commitdiff
x86_emulate: Fix CLTS emulation.
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 6 Feb 2008 10:17:16 +0000 (10:17 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 6 Feb 2008 10:17:16 +0000 (10:17 +0000)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen-unstable changeset:   16859:7f940c605893749225a5605fb8a1fa38972bdeb6
xen-unstable date:        Wed Jan 23 13:59:24 2008 +0000

xen/arch/x86/x86_emulate.c

index 75e1232008997bc28def308c0c6bc6339b0914b4..b14d054a8eadd760386a7aaf86a10f9e14d0fd8d 100644 (file)
@@ -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 */