summaryrefslogtreecommitdiffstats
path: root/EdkCompatibilityPkg
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-18 09:56:27 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-18 09:56:27 +0000
commit89f048160a54f3c5b4771f0fde6ab3bcd5db7070 (patch)
tree1c300ec8b10a66b3a64c54663f95dfb435c6460c /EdkCompatibilityPkg
parentec5ed91eefb9ca24d7876039853f1df5fa18b679 (diff)
downloadedk2-89f048160a54f3c5b4771f0fde6ab3bcd5db7070.tar.gz
edk2-89f048160a54f3c5b4771f0fde6ab3bcd5db7070.tar.bz2
edk2-89f048160a54f3c5b4771f0fde6ab3bcd5db7070.zip
ICC cleanup: add EFI_PEI_TRANSFER_CONTROL_SET_JUMP and EFI_PEI_TRANSFER_CONTROL_LONG_JUMP data cast.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6599 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg')
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/Processor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/Processor.c b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/Processor.c
index e6d5c40435..eef135bb24 100644
--- a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/Processor.c
+++ b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/Processor.c
@@ -31,8 +31,8 @@ WinNtFlushInstructionCacheFlush (
);
EFI_PEI_TRANSFER_CONTROL_PROTOCOL mTransferControl = {
- SetJump,
- LongJump,
+ (EFI_PEI_TRANSFER_CONTROL_SET_JUMP) SetJump,
+ (EFI_PEI_TRANSFER_CONTROL_LONG_JUMP) LongJump,
sizeof (EFI_JUMP_BUFFER)
};