Commit ebf84b70 authored by Patrice Mandin's avatar Patrice Mandin

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
parent 2d2ab89a
...@@ -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 SDL_StartTicks(void) void SDL_StartTicks(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