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
|
|
|
|
2010-04-23 18:00:47 +02:00
|
|
|
Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>
|
|
|
|
This program and the accompanying materials
|
2007-10-30 01:10:23 +01:00
|
|
|
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
|
2010-06-24 02:20:35 +02:00
|
|
|
http://opensource.org/licenses/bsd-license.php.
|
2007-10-30 01:10:23 +01:00
|
|
|
|
|
|
|
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|
|
|
|
|
|
|
**/
|
|
|
|
|
|
|
|
#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.
|
|
|
|
**/
|
|
|
|
VOID
|
|
|
|
__chkstk()
|
|
|
|
{
|
2007-10-30 01:10:23 +01:00
|
|
|
}
|
|
|
|
|