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:
rsun3 2009-06-18 11:21:09 +00:00
parent 3a0d56608f
commit 7d2beb7e11
1 changed files with 0 additions and 1 deletions

View File

@ -357,7 +357,6 @@ DebugAssertEnabled (
VOID
)
{
__asm int 3
return (BOOLEAN) ((PcdGet8 (PcdDebugPropertyMask) & DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED) != 0);
}