Changeset 37357 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Jun 7, 2011 5:10:10 PM (14 years ago)
- Location:
- trunk/src/VBox/VMM/VMMAll
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
r37354 r37357 2232 2232 VMM_INT_DECL(void) PGMNotifyNxeChanged(PVMCPU pVCpu, bool fNxe) 2233 2233 { 2234 VMCPU_ASSERT_EMT (pVCpu);2234 VMCPU_ASSERT_EMT_OR_RESET(pVCpu); 2235 2235 Log(("PGMNotifyNxeChanged: fNxe=%RTbool\n", fNxe)); 2236 2236 -
trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
r37354 r37357 2820 2820 { 2821 2821 PVM pVM = pVCpu->CTX_SUFF(pVM); 2822 VMCPU_ASSERT_EMT (pVCpu);2822 VMCPU_ASSERT_EMT_OR_GURU(pVCpu); 2823 2823 2824 2824 /*
Note:
See TracChangeset
for help on using the changeset viewer.