GCC cleanup for all EDK I DXE libraries.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4969 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8
2008-03-29 04:46:03 +00:00
parent 37eba21723
commit 57d40fe2af
16 changed files with 243 additions and 231 deletions

View File

@@ -77,7 +77,14 @@ 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