Changeset 90068 in vbox
- Timestamp:
- Jul 6, 2021 2:30:42 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/efi/efivarstorevfs.cpp
r90067 r90068 1534 1534 /* Align to 16bit boundary. */ 1535 1535 offData = RT_ALIGN_64(offData, 2); 1536 } while (RT_SUCCESS(rc));1536 } 1537 1537 1538 1538 if (rc == VERR_EOF) /* Reached end of variable store. */
Note:
See TracChangeset
for help on using the changeset viewer.