mirror of https://github.com/libsdl-org/SDL
Thou shalt not use more than 4k local variables in this code.
This commit is contained in:
parent
0deb54c024
commit
7c33f23361
|
@ -278,12 +278,6 @@ void * memcpy ( void * destination, const void * source, size_t num )
|
||||||
|
|
||||||
#ifdef _M_IX86
|
#ifdef _M_IX86
|
||||||
|
|
||||||
void
|
|
||||||
__declspec(naked)
|
|
||||||
_chkstk()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Float to long */
|
/* Float to long */
|
||||||
void
|
void
|
||||||
__declspec(naked)
|
__declspec(naked)
|
||||||
|
|
Loading…
Reference in New Issue