From 81aba5a90629df36627242431f07c8e6324f48e3 Mon Sep 17 00:00:00 2001 From: "Konstantin Kirik (snegovick)" Date: Thu, 4 Dec 2025 18:36:51 +0300 Subject: Fix issue with multiple definitions of coherence, disable coherence call because its implementation is empty anyway. I failed to identify how to properly initialize coherence to leave call to it in place. --- emu/port/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'emu/port/main.c') 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"; -- cgit v1.2.3