]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkModulePkg/Core/Dxe/Hand/handle.c
Output DxeCore Entrypoint in DxeIpl module, and make dxecore module can correctly...
[mirror_edk2.git] / EdkModulePkg / Core / Dxe / Hand / handle.c
index 2edfdeb78b8ab8d2828d66e7f34ba763b436fb71..f0dea716df991d28c98f70ff7cbe2a827e5cb62a 100644 (file)
@@ -449,7 +449,7 @@ Returns:
   //\r
   // Print debug message\r
   //\r
-  DEBUG((EFI_D_ERROR | EFI_D_INFO, "InstallProtocolInterface: %g %x\n", Protocol, Interface));\r
+  DEBUG((EFI_D_ERROR | EFI_D_INFO, "InstallProtocolInterface: %g %p\n", Protocol, Interface));\r
 \r
   Status = EFI_OUT_OF_RESOURCES;\r
   Prot = NULL;\r
@@ -1325,7 +1325,7 @@ Arguments:
 \r
   UserHandle       -  The handle for the protocol interface that was previously opened\r
                       with OpenProtocol(), and is now being closed.\r
-  Protocol         -  The published unique identifier of the protocol. It is the caller¡¯s\r
+  Protocol         -  The published unique identifier of the protocol. It is the caller's\r
                       responsibility to pass in a valid GUID.\r
   AgentHandle      -  The handle of the agent that is closing the protocol interface.\r
   ControllerHandle -  If the agent that opened a protocol is a driver that follows the\r