Thou shalt not use more than 4k local variables in this code.

This commit is contained in:
Sam Lantinga 2014-02-22 10:40:12 -08:00
parent 0deb54c024
commit 7c33f23361
1 changed files with 0 additions and 6 deletions

View File

@ -278,12 +278,6 @@ void * memcpy ( void * destination, const void * source, size_t num )
#ifdef _M_IX86
void
__declspec(naked)
_chkstk()
{
}
/* Float to long */
void
__declspec(naked)