VirtualBox

Changeset 1410 in vbox


Ignore:
Timestamp:
Mar 12, 2007 9:55:12 AM (18 years ago)
Author:
vboxsync
Message:

Attempt to fix assertion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/SELMInternal.h

    r1408 r1410  
    4646
    4747/** aHyperSel index to retrieve hypervisor selectors */
     48/** The TSS selector used by the VMM inside the GC. */
     49#define SELM_HYPER_SEL_TSS                  0
    4850/** The Flat CS selector used by the VMM inside the GC. */
    49 #define SELM_HYPER_SEL_CS                   0
     51#define SELM_HYPER_SEL_CS                   1
    5052/** The Flat DS selector used by the VMM inside the GC. */
    51 #define SELM_HYPER_SEL_DS                   1
     53#define SELM_HYPER_SEL_DS                   2
    5254/** The 64-bit mode CS selector used by the VMM inside the GC. */
    53 #define SELM_HYPER_SEL_CS64                 2
    54 /** The TSS selector used by the VMM inside the GC. */
    55 #define SELM_HYPER_SEL_TSS                  3
     55#define SELM_HYPER_SEL_CS64                 3
    5656/** The TSS selector for taking trap 08 (\#DF). */
    5757#define SELM_HYPER_SEL_TSS_TRAP08           4
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