Changeset 107466 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Jan 7, 2025 12:39:48 PM (12 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/VMEmt.cpp
r107227 r107466 101 101 rc = VINF_SUCCESS; 102 102 Log(("vmR3EmulationThread: Emulation thread starting the days work... Thread=%#x pUVM=%p\n", hThreadSelf, pUVM)); 103 #ifdef LOG_ENABLED 103 104 VMSTATE enmBefore = VMSTATE_CREATED; /* (only used for logging atm.) */ 105 #endif 104 106 ASMAtomicIncU32(&pUVM->vm.s.cActiveEmts); 105 107 for (;;) … … 165 167 * servicing requests. (Look after the ifs.) 166 168 */ 169 #ifdef LOG_ENABLED 167 170 enmBefore = pVM->enmVMState; 171 #endif 168 172 if (pUVM->vm.s.fTerminateEMT) 169 173 {
Note:
See TracChangeset
for help on using the changeset viewer.