Changeset 104934 in vbox
- Timestamp:
- Jun 15, 2024 1:06:15 AM (10 months ago)
- svn:sync-xref-src-repo-rev:
- 163536
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllGst.h
r104933 r104934 559 559 if (a_enmGuestSlatMode == PGMSLAT_EPT) \ 560 560 (a_pWalk)->fEffective = ((a_pWalk)->fEffective & ~PGM_PTATTRS_EPT_MASK) \ 561 | WalkSlat.fEffective & PGM_PTATTRS_EPT_MASK; \561 | (WalkSlat.fEffective & PGM_PTATTRS_EPT_MASK); \ 562 562 else AssertFailedReturn(VERR_NOT_IMPLEMENTED); \ 563 563 } \
Note:
See TracChangeset
for help on using the changeset viewer.