From 7a44ee6004672c6644c33847d86201f2a8c8acde Mon Sep 17 00:00:00 2001 From: Charles Forsyth Date: Sat, 28 Mar 2015 10:40:43 +0000 Subject: add coherence call for weakly-ordered cpus, default to nop --- emu/port/win-x11a.c | 1 + 1 file changed, 1 insertion(+) (limited to 'emu/port/win-x11a.c') diff --git a/emu/port/win-x11a.c b/emu/port/win-x11a.c index 987b4a87..4fdd295a 100644 --- a/emu/port/win-x11a.c +++ b/emu/port/win-x11a.c @@ -585,6 +585,7 @@ xcurslock(void) static void xcursunlock(void) { + coherence(); icursor.inuse = 0; } -- cgit v1.2.3