]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Simulate complete LDT and GDT, rather than just a prefix thereof.
authorJulian Seward <jseward@acm.org>
Sat, 5 Nov 2005 15:46:22 +0000 (15:46 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 5 Nov 2005 15:46:22 +0000 (15:46 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@1443

VEX/pub/libvex_guest_x86.h

index 5bfa36838e204c1d04580532f5f7cd3a2ac26303..fd98627592c6d0718c839346e5c3fcb157f89c5b 100644 (file)
@@ -223,8 +223,8 @@ typedef
    }
    VexGuestX86State;
 
-#define VEX_GUEST_X86_LDT_NENT 64
-#define VEX_GUEST_X86_GDT_NENT 16
+#define VEX_GUEST_X86_LDT_NENT /*64*/ 8192 /* use complete LDT */
+#define VEX_GUEST_X86_GDT_NENT /*16*/ 8192 /* use complete GDT */
 
 
 /*---------------------------------------------------------------*/