diff options
author | rsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-18 11:21:09 +0000 |
---|---|---|
committer | rsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-18 11:21:09 +0000 |
commit | 7d2beb7e11441c38ad0b559fd2042e9de510515b (patch) | |
tree | da389344d2d274809949ddae71c0771f59d733dc /IntelFrameworkModulePkg/Library | |
parent | 3a0d56608f54c88f55986fbd1c729028f6aa7e16 (diff) | |
download | edk2-platforms-7d2beb7e11441c38ad0b559fd2042e9de510515b.tar.xz |
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
Diffstat (limited to 'IntelFrameworkModulePkg/Library')
-rw-r--r-- | IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c b/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c index 84f4c6cac9..4855c925c1 100644 --- a/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c +++ b/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c @@ -357,7 +357,6 @@ DebugAssertEnabled ( VOID
)
{
- __asm int 3
return (BOOLEAN) ((PcdGet8 (PcdDebugPropertyMask) & DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED) != 0);
}
|