Changeset 91500 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Sep 30, 2021 6:56:06 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/efi/efivarstorevfs.cpp
r91497 r91500 2479 2479 2480 2480 pu16 = (const uint16_t *)&aBlockMap[0]; 2481 while (pu16 < (const uint16_t *)&aBlockMap[0] + (sizeof(aBlockMap) / sizeof(uint16_t)))2481 while (pu16 < (const uint16_t *)&aBlockMap[0] + (sizeof(aBlockMap) / (sizeof(uint16_t)))) 2482 2482 u16Chksum += RT_LE2H_U16(*pu16++); 2483 2483
Note:
See TracChangeset
for help on using the changeset viewer.