diff options
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/Debug.c | 7 |
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 87888e70a3..9824cd8a3b 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
|