diff options
Diffstat (limited to 'MdePkg/Library/BasePeCoffLib/Ebc/PeCoffLoaderEx.c')
-rw-r--r-- | MdePkg/Library/BasePeCoffLib/Ebc/PeCoffLoaderEx.c | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/MdePkg/Library/BasePeCoffLib/Ebc/PeCoffLoaderEx.c b/MdePkg/Library/BasePeCoffLib/Ebc/PeCoffLoaderEx.c index 6cfc566bd4..fe41ac03bd 100644 --- a/MdePkg/Library/BasePeCoffLib/Ebc/PeCoffLoaderEx.c +++ b/MdePkg/Library/BasePeCoffLib/Ebc/PeCoffLoaderEx.c @@ -18,17 +18,14 @@ /**
- Performs an IA-32 specific relocation fixup.
+ Performs an EBC specific relocation fixup.
- @param Reloc Pointer to the relocation record.
+ @param Reloc Pointer to the relocation record.
+ @param Fixup Pointer to the address to fix up.
+ @param FixupData Pointer to a buffer to log the fixups.
+ @param Adjust The offset to adjust the fixup.
- @param Fixup Pointer to the address to fix up.
-
- @param FixupData Pointer to a buffer to log the fixups.
-
- @param Adjust The offset to adjust the fixup.
-
- @retval EFI_UNSUPPORTED Unsupported now.
+ @retval EFI_UNSUPPORTED Unsupported now.
**/
RETURN_STATUS
|