Thou shalt not use more than 4k local variables in this code.
parent
0deb54c024
commit
7c33f23361
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue