source:
vbox/trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/ChkStkGcc.c@
107675
最後變更 在這個檔案從107675是 99404,由 提交於 2 年 前 | |
---|---|
|
|
檔案大小: 286 位元組 |
行 | |
---|---|
1 | /** @file |
2 | Provides hack function for passng GCC build. |
3 | |
4 | Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> |
5 | SPDX-License-Identifier: BSD-2-Clause-Patent |
6 | |
7 | **/ |
8 | |
9 | #include "BaseLibInternals.h" |
10 | |
11 | /** |
12 | Hack function for passing GCC build. |
13 | **/ |
14 | VOID |
15 | __chkstk ( |
16 | ) |
17 | { |
18 | } |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器