VirtualBox

Ignore:
Timestamp:
Jun 10, 2016 1:15:41 PM (9 years ago)
Author:
vboxsync
Message:

VMM: Careful with cpumguest and friends!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAll.cpp

    r61651 r61657  
    1092710927        if (cDiffs != 0)
    1092810928        {
    10929             DBGFR3Info(pVM->pUVM, "cpumguest", "verbose", NULL);
     10929            DBGFR3InfoEx(pVM->pUVM, pVCpu->idCpu, "cpumguest", "verbose", NULL);
    1093010930            RTAssertMsg1(NULL, __LINE__, __FILE__, __FUNCTION__);
    1093110931            RTAssertPanic();
     
    1111011110
    1111111111        if (LogIs3Enabled())
    11112             DBGFR3Info(pVCpu->pVMR3->pUVM, "cpumguest", "verbose", NULL);
     11112            DBGFR3InfoEx(pVCpu->pVMR3->pUVM, pVCpu->idCpu, "cpumguest", "verbose", NULL);
    1111311113    }
    1111411114    else
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