Revision 8bb6e981 target-alpha/helper.c

b/target-alpha/helper.c
436 436
    }
437 437
}
438 438

  
439
void cpu_dump_EA (target_ulong EA)
440
{
441
    FILE *f;
442

  
443
    if (logfile)
444
        f = logfile;
445
    else
446
        f = stdout;
447
    fprintf(f, "Memory access at address " TARGET_FMT_lx "\n", EA);
448
}

Also available in: Unified diff