mirror of
https://github.com/mpv-player/mpv
synced 2025-01-02 13:02:24 +00:00
commented out debug msg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5748 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1fd22f8687
commit
9b4a1eb8f8
@ -168,7 +168,7 @@ void Setup_LDT_Keeper(void)
|
|||||||
perror("ERROR: Couldn't allocate memory for fs segment");
|
perror("ERROR: Couldn't allocate memory for fs segment");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
printf("fs seg %p\n", fs_seg);
|
// printf("fs seg %p\n", fs_seg);
|
||||||
*(void**)((char*)fs_seg+0x18) = fs_seg;
|
*(void**)((char*)fs_seg+0x18) = fs_seg;
|
||||||
array.base_addr=(int)fs_seg;
|
array.base_addr=(int)fs_seg;
|
||||||
array.entry_number=TEB_SEL_IDX;
|
array.entry_number=TEB_SEL_IDX;
|
||||||
|
Loading…
Reference in New Issue
Block a user