]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkModulePkg/Universal/DebugSupport/Dxe/ipf/plDebugSupport.c
Removed cross references from PciCf8Lib and PciExpressLib class to PciLib class.
[mirror_edk2.git] / EdkModulePkg / Universal / DebugSupport / Dxe / ipf / plDebugSupport.c
index 6f2ded213ea7855da82e5928f54abbd40e16ce77..b79390a95f858421580c011cc1b8507568b166ad 100644 (file)
@@ -191,7 +191,7 @@ Returns:
 {\r
   static BOOLEAN  InHandler = FALSE;\r
 \r
-  DEBUG_CODE (\r
+  DEBUG_CODE_BEGIN ();\r
     if (InHandler) {\r
       EfiDebugPrint (EFI_D_GENERIC, "ERROR: Re-entered debugger!\n"\r
                                     "       ExceptionType == %X\n"\r
@@ -205,7 +205,8 @@ Returns:
                                     Context.SystemContextIpf->CrIpsr,\r
                                     InHandler);\r
     }\r
-  )\r
+  DEBUG_CODE_END ();\r
+\r
   ASSERT (!InHandler);\r
   InHandler = TRUE;\r
   if (IvtEntryTable[ExceptionType].RegisteredCallback != NULL) {\r