CVS: main/loader ldt_keeper.c,1.6,1.7
Update of /cvsroot/mplayer/main/loader In directory mail:/var/tmp.root/cvs-serv10975 Modified Files: ldt_keeper.c Log Message: commented out debug msg Index: ldt_keeper.c =================================================================== RCS file: /cvsroot/mplayer/main/loader/ldt_keeper.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ldt_keeper.c 26 Dec 2001 22:33:15 -0000 1.6 +++ ldt_keeper.c 21 Apr 2002 01:39:36 -0000 1.7 @@ -168,7 +168,7 @@ perror("ERROR: Couldn't allocate memory for fs segment"); return; } - printf("fs seg %p\n", fs_seg); +// printf("fs seg %p\n", fs_seg); *(void**)((char*)fs_seg+0x18) = fs_seg; array.base_addr=(int)fs_seg; array.entry_number=TEB_SEL_IDX;
participants (1)
-
Alex Beregszaszi