Added "volatile" to execute in cli and gtk ports.

This commit is contained in:
yabause 2006-11-30 22:35:11 +00:00
parent e739ac4b8c
commit b33d11bffb
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;