VirtualBox

Changeset 5221 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Oct 10, 2007 2:50:39 PM (17 years ago)
Author:
vboxsync
Message:

Fixed the 64-bit build.

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PATM/CSAMInternal.h

    r5199 r5221  
    186186    /* Set when the IDT gates have been checked for the first time. */
    187187    bool                fGatesChecked;
    188     bool                Alignment1[HC_ARCH_BITS == 32 ? 4 : 6]; /**< Align the stats on an 8-byte boundrary. */
     188    bool                Alignment1[HC_ARCH_BITS == 32 ? 4 : 2]; /**< Align the stats on an 8-byte boundrary. */
    189189
    190190    STAMCOUNTER         StatNrTraps;
  • trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp

    r4752 r5221  
    757757    GEN_CHECK_OFF(CSAM, pvDirtyFaultPage[1]);
    758758    GEN_CHECK_OFF(CSAM, pvDirtyFaultPage[CSAM_MAX_DIRTY_PAGES - 1]);
     759    GEN_CHECK_OFF(CSAM, pvCallInstruction);
     760    GEN_CHECK_OFF(CSAM, iCallInstruction);
    759761    GEN_CHECK_OFF(CSAM, fScanningStarted);
    760762    GEN_CHECK_OFF(CSAM, fGatesChecked);
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