Revert a part of my previous commit

svn path=/trunk/; revision=48289
This commit is contained in:
Giannis Adamopoulos 2010-07-26 21:48:52 +00:00
parent a9fb81cbae
commit e3b6d0cea7

View file

@ -136,7 +136,7 @@ extern "C" {
#define _JMP_BUF_DEFINED
#endif
FORCEINLINE void * mingw_getsp(void)
static inline __attribute__((always_inline)) void * mingw_getsp(void)
{
void *value;
#if defined(__x86_64)