- Timestamp:
- Apr 6, 2023 7:36:30 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156705
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Security/DevTpm.cpp
r98103 r99313 1343 1343 PDEVTPM pThis = PDMDEVINS_2_DATA(pDevIns, PDEVTPM); 1344 1344 RT_NOREF(pvUser); 1345 1346 AssertReturn(cb <= sizeof(uint64_t), VERR_INTERNAL_ERROR); 1345 1347 1346 1348 RTGCPHYS offAligned = off & ~UINT64_C(0x3);
Note:
See TracChangeset
for help on using the changeset viewer.