From 077015247e9aa5033e7864f522b7d4e8a7f37364 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Sat, 5 Nov 2005 15:46:22 +0000 Subject: [PATCH] Simulate complete LDT and GDT, rather than just a prefix thereof. git-svn-id: svn://svn.valgrind.org/vex/trunk@1443 --- VEX/pub/libvex_guest_x86.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ /*---------------------------------------------------------------*/ -- 2.47.3