mirror of
https://github.com/yawut/SDL.git
synced 2026-09-08 17:16:19 -05:00
Set supervisor as volatile as it is modified from an interrupt
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user