From 8e1fc31c5173a399babaf09301933d1ccf87bd96 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Sat, 22 Aug 2020 09:58:17 +0200 Subject: [PATCH] Add missing prototype for do_merges() Without this prototype there is a GCC compiler warning when compiling the corresponding code in Hatari. --- include/readcpu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/readcpu.h b/include/readcpu.h index 5a13bcc3..224cd0ec 100644 --- a/include/readcpu.h +++ b/include/readcpu.h @@ -126,6 +126,7 @@ extern struct instr { char head, tail, clocks, fetchmode; } *table68k; +extern void do_merges(void); extern void init_table68k(void); extern void exit_table68k(void); -- 2.47.3