Set supervisor as volatile as it is modified from an interrupt

This commit is contained in:
Patrice Mandin
2007-06-08 21:44:55 +00:00
parent 15db051b10
commit 9aeba59294

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