From: Thomas Huth Date: Sat, 22 Aug 2020 07:58:17 +0000 (+0200) Subject: Add missing prototype for do_merges() X-Git-Tag: 4900~328^2^2~2 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=8e1fc31c5173a399babaf09301933d1ccf87bd96;p=francis%2Fwinuae.git Add missing prototype for do_merges() Without this prototype there is a GCC compiler warning when compiling the corresponding code in Hatari. --- 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);