From: lgao4 Date: Fri, 9 May 2008 06:30:03 +0000 (+0000) Subject: Assert() break point default is DEADLOOP(). X-Git-Tag: edk2-stable201903~21023 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=dc2e539a344115537c1d3883ba96eaade345827b;p=mirror_edk2.git Assert() break point default is DEADLOOP(). git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5188 6f19259b-4bc3-4df7-8a09-765794883524 --- 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