<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">https://bugs.gentoo.org/915615

Patch contributed by Matt Whitlock &lt;gentoo@mattwhitlock.name&gt;

--- a/src/core/uae/gencpu.c
+++ b/src/core/uae/gencpu.c
@@ -304,7 +304,7 @@
     insn_n_cycles += 4;
 } 
 
-static void fill_prefetch_next_1 (needcycles)
+static void fill_prefetch_next_1 (int needcycles)
 {
     if (needcycles &amp;&amp; using_ce) {
 	printf ("\tint lostcycles;\n");

</pre></body></html>