sim: aarch64: switch to common disassembler tracing
[deliverable/binutils-gdb.git] / sim / aarch64 / memory.c
index 3aa21a0690b51bbdf124d7f7220cea28dbefafa1..2d9a79701c43d7d9fee0de87b1f1290aed9a1446 100644 (file)
@@ -39,8 +39,6 @@
 static inline void
 mem_error (sim_cpu *cpu, const char *message, uint64_t addr)
 {
-  if (disas)
-    sim_io_eprintf (CPU_STATE (cpu), "\n");
   TRACE_MEMORY (cpu, "ERROR: %s: %" PRIx64, message, addr);
 }
 
This page took 0.023112 seconds and 4 git commands to generate.