summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Forsyth <charles.forsyth@gmail.com>2015-04-02 13:56:49 +0100
committerCharles Forsyth <charles.forsyth@gmail.com>2015-04-02 13:56:49 +0100
commit9c0ebb21c68adfd889b466b9dc806b33ad621d17 (patch)
tree60a4fd659cf8604adc6dc7753ee2663114bab54c
parent089b920665152835ff52d910ec4a1408f48411de (diff)
set nofence statically so it's available early
-rw-r--r--emu/Nt/os.c1
1 files changed, 1 insertions, 0 deletions
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)