mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-29 12:35:53 +01:00
Fix Xcode compilation and remove a call to debugStartImageWithOC left by
mistake.
This commit is contained in:
parent
9d4f83df0c
commit
b2049101a4
@ -18,6 +18,7 @@ extern "C" {
|
||||
#include "globals_ctor.h"
|
||||
#include <Platform.h> // Only use angled for Platform, else, xcode project won't compile
|
||||
#include <Protocol/LoadedImage.h>
|
||||
#include <IndustryStandard/PeImage.h> // for EFI_IMAGE_DOS_HEADER
|
||||
|
||||
//#define DUMP_EFI_FROM_MEMORY
|
||||
|
||||
|
@ -3693,7 +3693,6 @@ RefitMain (IN EFI_HANDLE ImageHandle,
|
||||
MemoryTrackerInit();
|
||||
|
||||
EFI_STATUS Status = RefitMainMain(ImageHandle, SystemTable);
|
||||
debugStartImageWithOC();
|
||||
|
||||
DBG("MT_alloc_count=%lld\n", MT_getAllocCount());
|
||||
MT_outputDanglingPtr();
|
||||
|
Loading…
Reference in New Issue
Block a user