From 9c0ebb21c68adfd889b466b9dc806b33ad621d17 Mon Sep 17 00:00:00 2001 From: Charles Forsyth Date: Thu, 2 Apr 2015 13:56:49 +0100 Subject: set nofence statically so it's available early --- emu/Nt/os.c | 1 + 1 file changed, 1 insertion(+) (limited to 'emu/Nt/os.c') diff --git a/emu/Nt/os.c b/emu/Nt/os.c index 82e12d2f..e5e0c57e 100644 --- a/emu/Nt/os.c +++ b/emu/Nt/os.c @@ -34,6 +34,7 @@ int nth2fd(HANDLE); void termrestore(void); char *hosttype = "Nt"; char *cputype = "386"; +void (*coherence)(void) = nofence; static void pfree(Proc *p) -- cgit v1.2.3