Changeset 72263 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- May 18, 2018 2:10:22 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/NEMAllNativeTemplate-win.cpp.h
r72262 r72263 1571 1571 NEM_TMPL_STATIC VBOXSTRICTRC nemHCWinHandleMessageCpuId(PVMCPU pVCpu, HV_X64_CPUID_INTERCEPT_MESSAGE const *pMsg, PCPUMCTX pCtx) 1572 1572 { 1573 //Assert( pMsg->AccessInfo.AccessSize == 11574 // || pMsg->AccessInfo.AccessSize == 21575 // || pMsg->AccessInfo.AccessSize == 4);1576 //Assert( pMsg->Header.InterceptAccessType == HV_INTERCEPT_ACCESS_READ1577 // || pMsg->Header.InterceptAccessType == HV_INTERCEPT_ACCESS_WRITE);1578 1573 AssertMsg(pMsg->Header.InstructionLength < 0x10, ("%#x\n", pMsg->Header.InstructionLength)); 1579 1574
Note:
See TracChangeset
for help on using the changeset viewer.