From dc2e539a344115537c1d3883ba96eaade345827b Mon Sep 17 00:00:00 2001 From: lgao4 Date: Fri, 9 May 2008 06:30:03 +0000 Subject: [PATCH] Assert() break point default is DEADLOOP(). git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5188 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Foundation/Library/Dxe/EfiDriverLib/Debug.c | 7 ------- 1 file changed, 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