VirtualBox

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


Ignore:
Timestamp:
Oct 14, 2009 3:47:54 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53507
Message:

CSAM: The right fix (hopefully).

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PATM/CSAM.cpp

    r23768 r23770  
    129129    SSMFIELD_ENTRY(             CSAM, fScanningStarted),
    130130    SSMFIELD_ENTRY(             CSAM, fGatesChecked),
    131     SSMFIELD_ENTRY_PAD_HC(      CSAM, Alignment1, 4, 4),
     131    SSMFIELD_ENTRY_PAD_HC(      CSAM, Alignment1, 6, 2),
    132132    SSMFIELD_ENTRY_IGNORE(      CSAM, StatNrTraps),
    133133    SSMFIELD_ENTRY_IGNORE(      CSAM, StatNrPages),
  • trunk/src/VBox/VMM/PATM/CSAMInternal.h

    r20374 r23770  
    188188    /* Set when the IDT gates have been checked for the first time. */
    189189    bool                fGatesChecked;
    190     bool                Alignment1[HC_ARCH_BITS == 32 ? 4 : 2]; /**< Align the stats on an 8-byte boundrary. */
     190    bool                Alignment1[HC_ARCH_BITS == 32 ? 6 : 2]; /**< Align the stats on an 8-byte boundrary. */
    191191
    192192    STAMCOUNTER         StatNrTraps;
Note: See TracChangeset for help on using the changeset viewer.

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