|
From: <sv...@va...> - 2005-05-17 04:28:25
|
Author: njn Date: 2005-05-17 05:28:23 +0100 (Tue, 17 May 2005) New Revision: 3756 Modified: trunk/coregrind/x86/state.c Log: Remove orphaned comment. Modified: trunk/coregrind/x86/state.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/coregrind/x86/state.c 2005-05-17 04:20:31 UTC (rev 3755) +++ trunk/coregrind/x86/state.c 2005-05-17 04:28:23 UTC (rev 3756) @@ -35,17 +35,7 @@ =20 #include "libvex_guest_x86.h" =20 -/* Global and Local descriptor tables for threads. =20 - See comments in libvex_guest_x86.h for LibVEX's model of x86 - segment descriptors. - - Mostly, threads never generate LDT (or GDT?) entries. Therefore, - we will initially start off with LDTs and GDTs being (HWord)NULL - and allocate them on demand. -*/ - - /*------------------------------------------------------------*/ /*--- Determining arch/subarch. ---*/ /*------------------------------------------------------------*/ |