Changeset 37362 in vbox for trunk/src/VBox
- Timestamp:
- Jun 7, 2011 6:41:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
r37357 r37362 2232 2232 VMM_INT_DECL(void) PGMNotifyNxeChanged(PVMCPU pVCpu, bool fNxe) 2233 2233 { 2234 VMCPU_ASSERT_EMT_OR_ RESET(pVCpu);2234 VMCPU_ASSERT_EMT_OR_NOT_RUNNING(pVCpu); 2235 2235 Log(("PGMNotifyNxeChanged: fNxe=%RTbool\n", fNxe)); 2236 2236
Note:
See TracChangeset
for help on using the changeset viewer.