mirror of https://github.com/acidanthera/audk.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
This commit is contained in:
parent
f703388007
commit
dc2e539a34
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue