Changeset 58975 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal
- Timestamp:
- Dec 3, 2015 7:28:03 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatform.c
r58466 r58975 355 355 Size = CurrentTable->Length; 356 356 DEBUG((EFI_D_ERROR, "adding %p %d\n", CurrentTable, Size)); 357 } 357 } else 358 Size = 0; // Just to shut up the compiler. 358 359 #else 359 360 Status = FwVol->ReadSection (
Note:
See TracChangeset
for help on using the changeset viewer.