Skip to content

Commit

Permalink
Set supervisor as volatile as it is modified from an interrupt
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandin committed Jun 8, 2007
1 parent ff40dbf commit fbf2598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/timer/mint/SDL_systimer.c
Expand Up @@ -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)
Expand Down

0 comments on commit fbf2598

Please sign in to comment.