Skip to content

Commit

Permalink
Thou shalt not use more than 4k local variables in this code.
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 22, 2014
1 parent 0deb54c commit 7c33f23
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/stdlib/SDL_stdlib.c
Expand Up @@ -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)
Expand Down

0 comments on commit 7c33f23

Please sign in to comment.