]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkNt32Pkg/Library/Nt32OemHookStatusCodeLib/Nt32OemHookStatusCodeLib.c
gEfiMdePkgTokenSpaceGuid should be used instead of FIX_ME_PcdDebugClearMemoryValue...
[mirror_edk2.git] / EdkNt32Pkg / Library / Nt32OemHookStatusCodeLib / Nt32OemHookStatusCodeLib.c
index a17b466294a6095b7ceed75a9852eb67a2fcfd92..25f2c3c81ec12ecefd50f75e33ffde70bcab8093 100644 (file)
@@ -14,8 +14,6 @@
 \r
 **/\r
 \r
-#include <stdio.h>\r
-\r
 //\r
 // Cache of WinNtThunk protocol \r
 //\r
@@ -81,13 +79,13 @@ OemHookStatusCodeInitialize (
 /**\r
   Report status code to OEM device.\r
  \r
-  @param  CodeType      Indicates the type of status code being reported.  Type EFI_STATUS_CODE_TYPE is defined in "Related Definitions¡± below.\r
+  @param  CodeType      Indicates the type of status code being reported.  Type EFI_STATUS_CODE_TYPE is defined in "Related Definitions" below.\r
  \r
   @param  Value         Describes the current status of a hardware or software entity.  \r
                         This included information about the class and subclass that is used to classify the entity \r
                         as well as an operation.  For progress codes, the operation is the current activity. \r
                         For error codes, it is the exception.  For debug codes, it is not defined at this time. \r
-                        Type EFI_STATUS_CODE_VALUE is defined in ¡°Related Definitions¡± below.  \r
+                        Type EFI_STATUS_CODE_VALUE is defined in "Related Definitions" below.  \r
                         Specific values are discussed in the Intel? Platform Innovation Framework for EFI Status Code Specification.\r
  \r
   @param  Instance      The enumeration of a hardware or software entity within the system.  \r
@@ -153,8 +151,6 @@ OemHookStatusCodeReport (
               NULL\r
               );\r
 \r
-    CpuBreakpoint ();\r
-\r
     return EFI_SUCCESS;\r
 \r
   } else if (Data != NULL &&\r