X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFspWrapperPkg%2FLibrary%2FBaseFspApiLib%2FX64%2FDispatchExecute.c;h=e2f44225347c844d0025f8b3ccf7b1d811c7196c;hp=17a9ebc8b53889f976f20832a78eba528e77b41a;hb=d8043ce905a5832f911361ef30be28765afbdc6b;hpb=d5fb1edfb16a2af29486ffbf5aa32a036da9caa4 diff --git a/IntelFspWrapperPkg/Library/BaseFspApiLib/X64/DispatchExecute.c b/IntelFspWrapperPkg/Library/BaseFspApiLib/X64/DispatchExecute.c index 17a9ebc8b5..e2f4422534 100644 --- a/IntelFspWrapperPkg/Library/BaseFspApiLib/X64/DispatchExecute.c +++ b/IntelFspWrapperPkg/Library/BaseFspApiLib/X64/DispatchExecute.c @@ -3,7 +3,7 @@ Provide a thunk function to transition from long mode to compatibility mode to execute 32-bit code and then transit back to long mode. - Copyright (c) 2014, Intel Corporation. All rights reserved.
+ Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -81,9 +81,9 @@ AsmExecute32BitCode ( @param[in] Function The 32bit code entry to be executed. @param[in] Param1 The first parameter to pass to 32bit code. - @return FSP_STATUS. + @return EFI_STATUS. **/ -FSP_STATUS +EFI_STATUS Execute32BitCode ( IN UINT64 Function, IN UINT64 Param1