VirtualBox

Changeset 71837 in vbox for trunk


Ignore:
Timestamp:
Apr 12, 2018 8:14:56 AM (7 years ago)
Author:
vboxsync
Message:

VMM/HMSVMR0: nit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp

    r71836 r71837  
    43514351    AssertMsg(!HMCPU_CF_VALUE(pVCpu), ("fContextUseFlags=%#RX32\n", HMCPU_CF_VALUE(pVCpu)));
    43524352
    4353     PHMGLOBALCPUINFO pHostCpu      = hmR0GetCurrentCpu();
    4354     RTCPUID const idHostCpu        = pHostCpu->idCpu;
    4355     bool const    fMigratedHostCpu = idHostCpu != pVCpu->hm.s.idLastCpu;
     4353    PHMGLOBALCPUINFO pHostCpu         = hmR0GetCurrentCpu();
     4354    RTCPUID const    idHostCpu        = pHostCpu->idCpu;
     4355    bool const       fMigratedHostCpu = idHostCpu != pVCpu->hm.s.idLastCpu;
    43564356
    43574357    /* Setup TSC offsetting. */
     
    44774477    AssertMsg(!HMCPU_CF_VALUE(pVCpu), ("fContextUseFlags=%#RX32\n", HMCPU_CF_VALUE(pVCpu)));
    44784478
    4479     PHMGLOBALCPUINFO pHostCpu      = hmR0GetCurrentCpu();
    4480     RTCPUID const idHostCpu        = pHostCpu->idCpu;
    4481     bool const    fMigratedHostCpu = idHostCpu != pVCpu->hm.s.idLastCpu;
     4479    PHMGLOBALCPUINFO pHostCpu         = hmR0GetCurrentCpu();
     4480    RTCPUID const    idHostCpu        = pHostCpu->idCpu;
     4481    bool const       fMigratedHostCpu = idHostCpu != pVCpu->hm.s.idLastCpu;
    44824482
    44834483    /* Setup TSC offsetting. */
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