mirror of https://github.com/acidanthera/audk.git
Remove an inline assembly statement added for debug
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8601 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
3a0d56608f
commit
7d2beb7e11
|
@ -357,7 +357,6 @@ DebugAssertEnabled (
|
|||
VOID
|
||||
)
|
||||
{
|
||||
__asm int 3
|
||||
return (BOOLEAN) ((PcdGet8 (PcdDebugPropertyMask) & DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED) != 0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue