summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/Debug.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/Debug.c b/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/Debug.c
index 87888e7..9824cd8 100644
--- a/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/Debug.c
+++ b/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/Debug.c
@@ -77,14 +77,7 @@ Returns:
//
// Put break point in module that contained the error.
//
-#ifndef __GNUC__
- EFI_BREAKPOINT ();
-#else
- //
- // Bugbug: Need to fix a GNC style cpu break point
- //
EFI_DEADLOOP ();
-#endif
}
VOID