mirror of
https://github.com/reactos/reactos.git
synced 2025-01-11 16:51:06 +00:00
Revert a part of my previous commit
svn path=/trunk/; revision=48289
This commit is contained in:
parent
a9fb81cbae
commit
e3b6d0cea7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue