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:
parent
3c55fdf88e
commit
2118a88175
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue