Changeset 61657 in vbox for trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
- Timestamp:
- Jun 10, 2016 1:15:41 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r61651 r61657 10927 10927 if (cDiffs != 0) 10928 10928 { 10929 DBGFR3Info (pVM->pUVM, "cpumguest", "verbose", NULL);10929 DBGFR3InfoEx(pVM->pUVM, pVCpu->idCpu, "cpumguest", "verbose", NULL); 10930 10930 RTAssertMsg1(NULL, __LINE__, __FILE__, __FUNCTION__); 10931 10931 RTAssertPanic(); … … 11110 11110 11111 11111 if (LogIs3Enabled()) 11112 DBGFR3Info (pVCpu->pVMR3->pUVM, "cpumguest", "verbose", NULL);11112 DBGFR3InfoEx(pVCpu->pVMR3->pUVM, pVCpu->idCpu, "cpumguest", "verbose", NULL); 11113 11113 } 11114 11114 else
Note:
See TracChangeset
for help on using the changeset viewer.