Changeset 81153 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Oct 8, 2019 1:59:03 PM (5 years ago)
- Location:
- trunk/src/VBox/VMM/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/EMInternal.h
r80018 r81153 160 160 /** Id of the VCPU that last executed code in the recompiler. */ 161 161 VMCPUID idLastRemCpu; 162 163 #ifdef VBOX_WITH_REM164 /** REM critical section.165 * This protects recompiler usage166 */167 PDMCRITSECT CritSectREM;168 #endif169 162 } EM; 170 163 /** Pointer to EM VM instance data. */ -
trunk/src/VBox/VMM/include/VMMInternal.h
r80281 r81153 331 331 STAMCOUNTER StatRZCallPGMMapChunk; 332 332 STAMCOUNTER StatRZCallPGMAllocHandy; 333 STAMCOUNTER StatRZCallRemReplay;334 333 STAMCOUNTER StatRZCallVMSetError; 335 334 STAMCOUNTER StatRZCallVMSetRuntimeError;
Note:
See TracChangeset
for help on using the changeset viewer.