2007-10-30 08:10:23 +08:00
|
|
|
/** @file
|
2008-09-25 12:56:53 +08:00
|
|
|
Provides hack function for passng GCC build.
|
2007-10-30 08:10:23 +08:00
|
|
|
|
2018-06-27 21:11:33 +08:00
|
|
|
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
|
2019-04-04 07:06:00 +08:00
|
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
2007-10-30 08:10:23 +08:00
|
|
|
|
|
|
|
**/
|
|
|
|
|
|
|
|
#include "BaseLibInternals.h"
|
2008-09-25 12:56:53 +08:00
|
|
|
|
2008-07-25 20:21:57 +08:00
|
|
|
/**
|
|
|
|
Hack function for passing GCC build.
|
|
|
|
**/
|
2018-06-27 21:11:33 +08:00
|
|
|
VOID
|
|
|
|
__chkstk (
|
|
|
|
)
|
2008-07-25 20:21:57 +08:00
|
|
|
{
|
2007-10-30 08:10:23 +08:00
|
|
|
}
|