From 7d2beb7e11441c38ad0b559fd2042e9de510515b Mon Sep 17 00:00:00 2001 From: rsun3 Date: Thu, 18 Jun 2009 11:21:09 +0000 Subject: [PATCH] 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 --- .../Library/PeiDxeDebugLibReportStatusCode/DebugLib.c | 1 - 1 file changed, 1 deletion(-) 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); } -- 2.39.2