diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-30 06:45:44 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-30 06:45:44 +0000 |
commit | 8bb6e981e09c914783c0a7d43c711de4e4f36ad4 (patch) | |
tree | 2860f7b6df5a342b0f684bb365ec99f895bab733 /target-alpha/helper.c | |
parent | f4ed86794cf6f2e3d5cdc63424e99358da6248cf (diff) |
target-alpha: convert palcode ops to TCG
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5360 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-alpha/helper.c')
-rw-r--r-- | target-alpha/helper.c | 10 |
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); -} |