VirtualBox

Ignore:
Timestamp:
Mar 28, 2016 12:07:23 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
106250
Message:

bs3kit: Added BS3REG_CTX_F_NO_AMD64 to ignore r8-r15 in contexts created by 16-bit or 32-bit code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit.h

    r60211 r60216  
    18451845 * This is usually because it wasn't created with CPL=0. */
    18461846#define BS3REG_CTX_F_NO_CR              UINT8_C(0x01)
     1847/** The context doesn't have valid values for AMD64 GPR extensions. */
     1848#define BS3REG_CTX_F_NO_AMD64           UINT8_C(0x02)
    18471849/** @} */
    18481850
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