diff options
Diffstat (limited to 'emu/port/main.c')
| -rw-r--r-- | emu/port/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emu/port/main.c b/emu/port/main.c index 1d4b0e47..3d0f93bd 100644 --- a/emu/port/main.c +++ b/emu/port/main.c @@ -6,6 +6,7 @@ #include "draw.h" #include "version.h" +void (*coherence)(void) = nil; int rebootargc = 0; char** rebootargv; static char *imod = "/dis/emuinit.dis"; |
