Set supervisor as volatile as it is modified from an interrupt

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402336
This commit is contained in:
Patrice Mandin 2007-06-08 21:44:55 +00:00
parent 3c55fdf88e
commit 2118a88175

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