Set supervisor as volatile as it is modified from an interrupt

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402335
This commit is contained in:
Patrice Mandin 2007-06-08 21:44:40 +00:00
parent 2d2ab89a1d
commit ebf84b70dd

View file

@ -53,7 +53,7 @@ void SDL_MintAudio_CheckFpu(void);
/* The first ticks value of the application */
static Uint32 start;
static SDL_bool supervisor;
static volatile SDL_bool supervisor;
static int mint_present; /* can we use Syield() ? */
void SDL_StartTicks(void)