Commit 2118a881 authored by Patrice Mandin's avatar Patrice Mandin

Set supervisor as volatile as it is modified from an interrupt

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402336
parent 3c55fdf8
...@@ -53,7 +53,7 @@ void SDL_MintAudio_CheckFpu(void); ...@@ -53,7 +53,7 @@ void SDL_MintAudio_CheckFpu(void);
/* The first ticks value of the application */ /* The first ticks value of the application */
static Uint32 start; static Uint32 start;
static SDL_bool supervisor; static volatile SDL_bool supervisor;
static int mint_present; /* can we use Syield() ? */ static int mint_present; /* can we use Syield() ? */
void void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment