Changeset 48730 in vbox for trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/PartitionDxe/Mbr.c
- Timestamp:
- Sep 27, 2013 12:28:22 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/PartitionDxe/Mbr.c
r48674 r48730 170 170 LastBlock = BlockIo->Media->LastBlock; 171 171 172 LogFlowFuncMarkDP(DevicePath);172 VBoxLogFlowFuncMarkDP(DevicePath); 173 173 Mbr = AllocatePool (BlockSize); 174 174 if (Mbr == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.