diff options
| author | Charles Forsyth <charles.forsyth@gmail.com> | 2015-04-02 13:56:49 +0100 |
|---|---|---|
| committer | Charles Forsyth <charles.forsyth@gmail.com> | 2015-04-02 13:56:49 +0100 |
| commit | 9c0ebb21c68adfd889b466b9dc806b33ad621d17 (patch) | |
| tree | 60a4fd659cf8604adc6dc7753ee2663114bab54c | |
| parent | 089b920665152835ff52d910ec4a1408f48411de (diff) | |
set nofence statically so it's available early
| -rw-r--r-- | emu/Nt/os.c | 1 |
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) |
