VirtualBox

Changeset 76489 in vbox


Ignore:
Timestamp:
Dec 27, 2018 5:12:31 AM (6 years ago)
Author:
vboxsync
Message:

HMInternal.h: spacing nit.

File:
1 edited

Legend:

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

    r76483 r76489  
    572572     * address.
    573573     */
    574     AVLOU32TREE                     PatchTree;
    575     uint32_t                        cPatches;
    576     HMTPRPATCH                      aPatches[64];
     574    AVLOU32TREE                 PatchTree;
     575    uint32_t                    cPatches;
     576    HMTPRPATCH                  aPatches[64];
    577577
    578578    /** Last recorded error code during HM ring-0 init. */
    579     int32_t                 rcInit;
     579    int32_t                     rcInit;
    580580
    581581    /** HMR0Init was run */
    582     bool                    fHMR0Init;
    583     bool                    u8Alignment1[3];
    584 
    585     STAMCOUNTER             StatTprPatchSuccess;
    586     STAMCOUNTER             StatTprPatchFailure;
    587     STAMCOUNTER             StatTprReplaceSuccessCr8;
    588     STAMCOUNTER             StatTprReplaceSuccessVmc;
    589     STAMCOUNTER             StatTprReplaceFailure;
     582    bool                        fHMR0Init;
     583    bool                        u8Alignment1[3];
     584
     585    STAMCOUNTER                 StatTprPatchSuccess;
     586    STAMCOUNTER                 StatTprPatchFailure;
     587    STAMCOUNTER                 StatTprReplaceSuccessCr8;
     588    STAMCOUNTER                 StatTprReplaceSuccessVmc;
     589    STAMCOUNTER                 StatTprReplaceFailure;
    590590} HM;
    591591/** Pointer to HM VM instance data. */
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