VirtualBox

Changeset 72532 in vbox


Ignore:
Timestamp:
Jun 13, 2018 4:17:47 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123019
Message:

VMM/HM: Remove unused variable.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/HMInternal.h

    r72462 r72532  
    706706    /** Whether we're using the hyper DR7 or guest DR7. */
    707707    bool                        fUsingHyperDR7;
    708     /** Whether to preload the guest-FPU state to avoid \#NM VM-exit overhead. */
    709     bool                        fPreloadGuestFpu;
    710708    /** Set if XCR0 needs to be loaded and saved when entering and exiting guest
    711709     * code execution. */
     
    727725    /** Whether \#UD needs to be intercepted (required by certain GIM providers). */
    728726    bool                        fGIMTrapXcptUD;
    729     uint8_t                     u8Alignment0[3];
     727    uint8_t                     u8Alignment0[4];
    730728
    731729    /** World switch exit counter. */
  • trunk/src/VBox/VMM/include/HMInternal.mac

    r72462 r72532  
    6969        .fLeaveDone             resb    1
    7070        .fUsingHyperDR7         resb    1
    71         .fPreloadGuestFpu       resb    1
    7271        .fLoadSaveGuestXcr0     resb    1
    7372
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