summaryrefslogtreecommitdiff
path: root/emu/Nt
diff options
context:
space:
mode:
Diffstat (limited to 'emu/Nt')
-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)