]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Assert() break point default is DEADLOOP().
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 9 May 2008 06:30:03 +0000 (06:30 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 9 May 2008 06:30:03 +0000 (06:30 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5188 6f19259b-4bc3-4df7-8a09-765794883524

EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/Debug.c

index 87888e70a3a23c1abd2a0703b528d43e43d3d2a8..9824cd8a3bfb496b34a8a0d13f58533053ecad5d 100644 (file)
@@ -77,14 +77,7 @@ Returns:
   //\r
   // Put break point in module that contained the error.\r
   //\r
-#ifndef __GNUC__\r
-  EFI_BREAKPOINT ();\r
-#else\r
-  //\r
-  // Bugbug: Need to fix a GNC style cpu break point\r
-  // \r
   EFI_DEADLOOP ();\r
-#endif\r
 }\r
 \r
 VOID\r