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