mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-29 16:44:10 +02:00
MdePkg/Library/BaseStackCheckLib: Add Null handler for VS2017/ARM
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Pete Batard <pete@akeo.ie> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
parent
987363c9ce
commit
751053d6f1
@ -30,8 +30,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
[Sources]
|
[Sources]
|
||||||
BaseStackCheckGcc.c | GCC
|
BaseStackCheckGcc.c | GCC
|
||||||
BaseStackCheckGcc.c | RVCT
|
BaseStackCheckGcc.c | RVCT
|
||||||
|
BaseStackCheckNull.c | MSFT
|
||||||
|
|
||||||
[Packages]
|
[Packages]
|
||||||
MdePkg/MdePkg.dec
|
MdePkg/MdePkg.dec
|
||||||
|
18
MdePkg/Library/BaseStackCheckLib/BaseStackCheckNull.c
Normal file
18
MdePkg/Library/BaseStackCheckLib/BaseStackCheckNull.c
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
/*++
|
||||||
|
|
||||||
|
Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
|
||||||
|
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
|
||||||
|
http://opensource.org/licenses/bsd-license.php.
|
||||||
|
|
||||||
|
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
This file is purely empty as a work around for BaseStackCheck to pass MSVC build.
|
||||||
|
|
||||||
|
**/
|
||||||
|
|
||||||
|
extern int __BaseStackCheckNull;
|
Loading…
x
Reference in New Issue
Block a user