Changeset 107170 in vbox
- Timestamp:
- Nov 27, 2024 6:05:40 PM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 166168
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Security/DevTpm.cpp
r107027 r107170 1328 1328 1329 1329 AssertReturn(cb <= sizeof(uint64_t), VERR_INTERNAL_ERROR); 1330 Assert(!(off & (cb - 1)));1331 1330 1332 1331 VBOXSTRICTRC rc = VINF_SUCCESS; … … 1334 1333 if (pThis->fCrb) 1335 1334 { 1335 Assert(!(off & (cb - 1))); 1336 1336 1337 uint32_t uReg = tpmGetRegisterFromOffset(off); 1337 1338 uint8_t bLoc = tpmGetLocalityFromOffset(off);
Note:
See TracChangeset
for help on using the changeset viewer.