Changeset 99313 in vbox
- Timestamp:
- Apr 6, 2023 7:36:30 AM (18 months ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/Security/DevTpm.cpp (modified) (1 diff)
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.

