Changeset 96993 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Oct 5, 2022 7:56:57 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 153925
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r96991 r96993 1078 1078 { 1079 1079 Assert(offMsr + (iBit >> 3) <= X86_PAGE_4K_SIZE); 1080 return ASMBitTest(pbMsrBitmap + offMsr,iBit);1080 return ASMBitTest(pbMsrBitmap, (offMsr << 3) + iBit); 1081 1081 } 1082 1082 #endif
Note:
See TracChangeset
for help on using the changeset viewer.