We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3db3e04 commit c99a239Copy full SHA for c99a239
wine/ldt2.c
@@ -197,7 +197,8 @@ static int internal_set_entry(unsigned short sel, const LDT_ENTRY *entry)
197
198
if (ret >= 0)
199
{
200
- wine_ldt[index] = *entry;
+ //??????????
201
+ //wine_ldt[index] = *entry;
202
wine_ldt_copy.base[index] = wine_ldt_get_base(entry);
203
wine_ldt_copy.limit[index] = wine_ldt_get_limit(entry);
204
wine_ldt_copy.flags[index] = (entry->HighWord.Bits.Type |
0 commit comments