VirtualBox

Changeset 62 in vbox for trunk/src/VBox/VMM/VMMGC


Ignore:
Timestamp:
Jan 16, 2007 1:29:12 PM (18 years ago)
Author:
vboxsync
Message:

Fixed incorrect checks for LDT and TSS selector updates (!).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMGC/SELMGC.cpp

    r23 r62  
    133133
    134134    /* Check if we change the LDT selector */
    135     if (iGDTEntry == CPUMGetGuestLDTR(pVM))
     135    if (Sel == CPUMGetGuestLDTR(pVM))
    136136    {
    137137        VM_FF_SET(pVM, VM_FF_SELM_SYNC_LDT);
     
    140140
    141141    /* Or the TR selector */
    142     if (iGDTEntry == CPUMGetGuestTR(pVM))
     142    if (Sel == CPUMGetGuestTR(pVM))
    143143    {
    144144        VM_FF_SET(pVM, VM_FF_SELM_SYNC_TSS);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette