mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-23 11:35:19 +01:00
Fix RELEASE compilation.
This commit is contained in:
parent
0822befe12
commit
e868a7dbfa
@ -138,7 +138,7 @@ DumpUefiCallsEntrypoint (
|
||||
IN EFI_SYSTEM_TABLE *SystemTable
|
||||
)
|
||||
{
|
||||
|
||||
#ifdef DEBUG_ON_SERIAL_PORT
|
||||
{
|
||||
EFI_LOADED_IMAGE* LoadedImage;
|
||||
EFI_STATUS Status = gBS->HandleProtocol(ImageHandle, &gEfiLoadedImageProtocolGuid, (VOID **) &LoadedImage);
|
||||
@ -155,6 +155,7 @@ DumpUefiCallsEntrypoint (
|
||||
SerialPortWrite((UINT8*)buf, AsciiStrLen(buf));
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
//
|
||||
// Override StartImage
|
||||
|
Loading…
Reference in New Issue
Block a user