]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/Processor.c
ICC cleanup: add EFI_PEI_TRANSFER_CONTROL_SET_JUMP and EFI_PEI_TRANSFER_CONTROL_LONG_...
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / Pei / PeiLib / Ipf / Processor.c
index e6d5c40435a3e775c9ad94ec6f9bc0e662c5b958..eef135bb24cd13c1c7bd069ce2d2075bfe561afd 100644 (file)
@@ -31,8 +31,8 @@ WinNtFlushInstructionCacheFlush (
   );\r
 \r
 EFI_PEI_TRANSFER_CONTROL_PROTOCOL         mTransferControl = {\r
-  SetJump,\r
-  LongJump,\r
+  (EFI_PEI_TRANSFER_CONTROL_SET_JUMP)  SetJump,\r
+  (EFI_PEI_TRANSFER_CONTROL_LONG_JUMP) LongJump,\r
   sizeof (EFI_JUMP_BUFFER)\r
 };\r
 \r