VirtualBox

Changeset 47678 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
Aug 12, 2013 4:36:33 PM (11 years ago)
Author:
vboxsync
Message:

recompiler: Clear the unusable bit when the present bit is set.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/target-i386/cpu.h

    r47549 r47678  
    951951#else
    952952    if (flags & DESC_P_MASK)
     953    {
    953954        flags |= DESC_A_MASK;           /* Make sure the A bit is set to avoid trouble. */
     955        flags &= ~DESC_INTEL_UNUSABLE;
     956    }
    954957    else if (selector < 4U)
    955958        flags |= DESC_INTEL_UNUSABLE;
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