Added "volatile" to execute in cli and gtk ports.
This commit is contained in:
parent
e739ac4b8c
commit
b33d11bffb
|
@ -9,7 +9,7 @@
|
||||||
#include "../debug.h"
|
#include "../debug.h"
|
||||||
#include "../sndsdl.h"
|
#include "../sndsdl.h"
|
||||||
|
|
||||||
BOOL execute = FALSE;
|
volatile BOOL execute = FALSE;
|
||||||
|
|
||||||
SDL_Surface * surface;
|
SDL_Surface * surface;
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
#include "desmume.h"
|
#include "desmume.h"
|
||||||
|
|
||||||
BOOL execute = FALSE;
|
volatile BOOL execute = FALSE;
|
||||||
BOOL click = FALSE;
|
BOOL click = FALSE;
|
||||||
BOOL fini = FALSE;
|
BOOL fini = FALSE;
|
||||||
unsigned long glock = 0;
|
unsigned long glock = 0;
|
||||||
|
|
Loading…
Reference in New Issue