Perf: Fix perf build on Windows
Jeffrey Pfau jeffrey@endrift.com
Tue, 25 Nov 2014 04:55:00 -0800
1 files changed,
1 insertions(+),
3 deletions(-)
jump to
M
src/platform/perf-main.c
→
src/platform/perf-main.c
@@ -155,9 +155,7 @@ }
static void _GBAPerfShutdown(int signal) { UNUSED(signal); - pthread_mutex_lock(&_thread->stateMutex); - _thread->state = THREAD_EXITING; - pthread_mutex_unlock(&_thread->stateMutex); + GBAThreadEnd(_thread); } static bool _parsePerfOpts(struct SubParser* parser, struct GBAConfig* config, int option, const char* arg) {