diff options
Diffstat (limited to 'target-alpha/helper.c')
-rw-r--r-- | target-alpha/helper.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-alpha/helper.c b/target-alpha/helper.c index cc94807ef9..5a8955d029 100644 --- a/target-alpha/helper.c +++ b/target-alpha/helper.c @@ -436,4 +436,3 @@ void cpu_dump_state (CPUState *env, FILE *f, } cpu_fprintf(f, "\nlock " TARGET_FMT_lx "\n", env->lock); } - |