]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/Win/Host/WinHost.c
CryptoPkg/BaseCryptLib: Make HMAC_CTX size backward compatible
[mirror_edk2.git] / EmulatorPkg / Win / Host / WinHost.c
index 9b98d5330f65a017bc122303da8194fee110ae5c..dd52075f98e05ab7979ce86f461e8f87678ea2f7 100644 (file)
 \r
 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>\r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 **/\r
 \r
 #include "WinHost.h"\r
@@ -673,7 +667,7 @@ Returns:
   // Transfer control to the SEC Core\r
   //\r
   SwitchStack (\r
-    (SWITCH_STACK_ENTRY_POINT)SecCoreEntryPoint,\r
+    (SWITCH_STACK_ENTRY_POINT)(UINTN)SecCoreEntryPoint,\r
     SecCoreData,\r
     GetThunkPpiList (),\r
     TopOfStack\r