Changeset 86169 in vbox for trunk/src/VBox/Runtime/common/dvm
- Timestamp:
- Sep 18, 2020 11:11:52 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dvm/dvmmbr.cpp
r85897 r86169 865 865 866 866 uint64_t fFlags = DVMVOLUME_F_CONTIGUOUS; 867 if (pVol->pEntry-> bType& 0x80)867 if (pVol->pEntry->fFlags & 0x80) 868 868 fFlags |= DVMVOLUME_FLAGS_BOOTABLE | DVMVOLUME_FLAGS_ACTIVE; 869 869
Note:
See TracChangeset
for help on using the changeset viewer.