Changeset 80934 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Disk/PartitionDxe/Apple.c
- Timestamp:
- Sep 22, 2019 3:37:49 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Disk/PartitionDxe/Apple.c
r80721 r80934 103 103 UINT32 Partition; 104 104 UINT32 PartitionEntries; 105 UINT32 VolSpaceSize;106 105 UINT32 SubBlockSize; 107 106 UINT32 BlkPerSec; … … 111 110 Found = EFI_NOT_FOUND; 112 111 Media = BlockIo->Media; 113 VolSpaceSize = 0;114 112 115 113 Block = AllocatePool ((UINTN) Media->BlockSize);
Note:
See TracChangeset
for help on using the changeset viewer.