Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 919466
Collapse All | Expand All

(-)a/src/core/uae/gencpu.c (-1 / +1 lines)
Lines 304-310 Link Here
304
    insn_n_cycles += 4;
304
    insn_n_cycles += 4;
305
} 
305
} 
306
306
307
static void fill_prefetch_next_1 (needcycles)
307
static void fill_prefetch_next_1 (int needcycles)
308
{
308
{
309
    if (needcycles && using_ce) {
309
    if (needcycles && using_ce) {
310
	printf ("\tint lostcycles;\n");
310
	printf ("\tint lostcycles;\n");

Return to bug 919466