commented out debug msg

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5748 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2002-04-21 01:39:36 +00:00
parent 1fd22f8687
commit 9b4a1eb8f8
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ void Setup_LDT_Keeper(void)
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;