Revision e96efcfc target-alpha/translate.c
b/target-alpha/translate.c | ||
---|---|---|
2004 | 2004 |
#if defined ALPHA_DEBUG_DISAS |
2005 | 2005 |
insn_count++; |
2006 | 2006 |
if (logfile != NULL) { |
2007 |
fprintf(logfile, "pc %016lx mem_idx\n", ctx.pc, ctx.mem_idx); |
|
2007 |
fprintf(logfile, "pc " TARGET_FMT_lx " mem_idx %d\n", |
|
2008 |
ctx.pc, ctx.mem_idx); |
|
2008 | 2009 |
} |
2009 | 2010 |
#endif |
2010 | 2011 |
insn = ldl_code(ctx.pc); |
Also available in: Unified diff