summaryrefslogtreecommitdiff
path: root/target-alpha/helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-alpha/helper.c')
-rw-r--r--target-alpha/helper.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/target-alpha/helper.c b/target-alpha/helper.c
index 41f2e0f7d3..822db0901c 100644
--- a/target-alpha/helper.c
+++ b/target-alpha/helper.c
@@ -436,13 +436,3 @@ void cpu_dump_state (CPUState *env, FILE *f,
}
}
-void cpu_dump_EA (target_ulong EA)
-{
- FILE *f;
-
- if (logfile)
- f = logfile;
- else
- f = stdout;
- fprintf(f, "Memory access at address " TARGET_FMT_lx "\n", EA);
-}