]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove orphaned comment.
authorNicholas Nethercote <njn@valgrind.org>
Tue, 17 May 2005 04:28:23 +0000 (04:28 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Tue, 17 May 2005 04:28:23 +0000 (04:28 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3756

coregrind/x86/state.c

index 661a389416194a5887d51c37e60a52ded5cf1e9e..ff7754b4a4debda63988f5a2acfcd3b942656a0d 100644 (file)
 
 #include "libvex_guest_x86.h"
 
-/* Global and Local descriptor tables for threads.
-
-   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.                            ---*/