]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BasePeCoffLib/Ebc/PeCoffLoaderEx.c
1. UINTN & INTN issue for EBC architecture:
[mirror_edk2.git] / MdePkg / Library / BasePeCoffLib / Ebc / PeCoffLoaderEx.c
index 6cfc566bd42519f9bb67f6891cabc626823a77d8..fe41ac03bd5d25bc1c27264c4758e0fe0664c9a1 100644 (file)
 \r
 \r
 /**\r
-  Performs an IA-32 specific relocation fixup.\r
+  Performs an EBC specific relocation fixup.\r
 \r
-  @param  Reloc Pointer to the relocation record.\r
+  @param  Reloc       Pointer to the relocation record.\r
+  @param  Fixup       Pointer to the address to fix up.\r
+  @param  FixupData   Pointer to a buffer to log the fixups.\r
+  @param  Adjust      The offset to adjust the fixup.\r
 \r
-  @param  Fixup Pointer to the address to fix up.\r
-\r
-  @param  FixupData Pointer to a buffer to log the fixups.\r
-\r
-  @param  Adjust The offset to adjust the fixup.\r
-\r
-  @retval  EFI_UNSUPPORTED Unsupported now.\r
+  @retval EFI_UNSUPPORTED Unsupported now.\r
 \r
 **/\r
 RETURN_STATUS\r