Skip to content

Commit

Permalink
Fix Xcode compilation and remove a call to debugStartImageWithOC left by
Browse files Browse the repository at this point in the history
mistake.
  • Loading branch information
jief666 committed Jan 2, 2024
1 parent 9d4f83d commit b204910
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions rEFIt_UEFI/PlatformEFI/cpp_util/globals_ctor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion rEFIt_UEFI/refit/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit b204910

Please sign in to comment.