diff options
Diffstat (limited to 'MdePkg/Library/BasePeCoffLib/Ia32/PeCoffLoaderEx.c')
-rw-r--r-- | MdePkg/Library/BasePeCoffLib/Ia32/PeCoffLoaderEx.c | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/MdePkg/Library/BasePeCoffLib/Ia32/PeCoffLoaderEx.c b/MdePkg/Library/BasePeCoffLib/Ia32/PeCoffLoaderEx.c index 4ee64c2b36..9a2b2a04dd 100644 --- a/MdePkg/Library/BasePeCoffLib/Ia32/PeCoffLoaderEx.c +++ b/MdePkg/Library/BasePeCoffLib/Ia32/PeCoffLoaderEx.c @@ -21,15 +21,12 @@ /**
Performs an IA-32 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
|