From: Julian Seward Date: Sat, 5 Nov 2005 15:46:22 +0000 (+0000) Subject: Simulate complete LDT and GDT, rather than just a prefix thereof. X-Git-Tag: svn/VALGRIND_3_1_1^2~48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=077015247e9aa5033e7864f522b7d4e8a7f37364;p=thirdparty%2Fvalgrind.git Simulate complete LDT and GDT, rather than just a prefix thereof. git-svn-id: svn://svn.valgrind.org/vex/trunk@1443 --- diff --git a/VEX/pub/libvex_guest_x86.h b/VEX/pub/libvex_guest_x86.h index 5bfa36838e..fd98627592 100644 --- a/VEX/pub/libvex_guest_x86.h +++ b/VEX/pub/libvex_guest_x86.h @@ -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 */ /*---------------------------------------------------------------*/