Changeset 61145 in vbox for trunk/src/VBox
- Timestamp:
- May 23, 2016 10:18:46 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMRC/CPUMRC.cpp
r61144 r61145 231 231 * @param pVCpu The cross context CPU structure for the calling EMT. 232 232 */ 233 VMMRCDECL(void) CPUMRCProcessForceFlag(PVM VCPU pVCpu)233 VMMRCDECL(void) CPUMRCProcessForceFlag(PVMCPU pVCpu) 234 234 { 235 235 /* Only modify CR0 if we're in the post IEM state (host state saved, guest no longer active). */
Note:
See TracChangeset
for help on using the changeset viewer.