summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib/ChkStkGcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseLib/ChkStkGcc.c')
-rw-r--r--MdePkg/Library/BaseLib/ChkStkGcc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseLib/ChkStkGcc.c b/MdePkg/Library/BaseLib/ChkStkGcc.c
index 7f07ba2d6f..9c74e36273 100644
--- a/MdePkg/Library/BaseLib/ChkStkGcc.c
+++ b/MdePkg/Library/BaseLib/ChkStkGcc.c
@@ -12,7 +12,7 @@
Hack function for passing GCC build.
**/
VOID
-__chkstk()
+__chkstk (
+ )
{
}
-