diff options
Diffstat (limited to 'uisimulator')
-rw-r--r-- | uisimulator/sdl/thread-sdl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/sdl/thread-sdl.c b/uisimulator/sdl/thread-sdl.c index 1522f318a6..ef7c86c3b4 100644 --- a/uisimulator/sdl/thread-sdl.c +++ b/uisimulator/sdl/thread-sdl.c | |||
@@ -57,7 +57,7 @@ struct thread_entry threads[MAXTHREADS]; | |||
57 | * way to get them back in there so they may exit */ | 57 | * way to get them back in there so they may exit */ |
58 | static jmp_buf thread_jmpbufs[MAXTHREADS]; | 58 | static jmp_buf thread_jmpbufs[MAXTHREADS]; |
59 | static SDL_mutex *m; | 59 | static SDL_mutex *m; |
60 | static bool threads_exit = false; | 60 | static volatile bool threads_exit = false; |
61 | 61 | ||
62 | extern long start_tick; | 62 | extern long start_tick; |
63 | 63 | ||