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
This commit is contained in:
parent
2d2ab89a1d
commit
ebf84b70dd
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 SDL_StartTicks(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue