Changeset 72498 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jun 10, 2018 5:34:11 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 122983
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r72497 r72498 14020 14020 uint32_t *pcbWritten) 14021 14021 { 14022 PCPUMCTX pCtx = IEM_GET_CTX(pVCpu); 14023 AssertReturn(CPUMCTX2CORE(pCtx) == pCtxCore, VERR_IEM_IPE_3); 14022 AssertReturn(CPUMCTX2CORE(IEM_GET_CTX(pVCpu)) == pCtxCore, VERR_IEM_IPE_3); 14024 14023 14025 14024 uint32_t const cbOldWritten = pVCpu->iem.s.cbWritten;
Note:
See TracChangeset
for help on using the changeset viewer.