mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:15:41 +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
|
#define _JMP_BUF_DEFINED
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
FORCEINLINE void * mingw_getsp(void)
|
static inline __attribute__((always_inline)) void * mingw_getsp(void)
|
||||||
{
|
{
|
||||||
void *value;
|
void *value;
|
||||||
#if defined(__x86_64)
|
#if defined(__x86_64)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue