summaryrefslogtreecommitdiffstats
path: root/target-alpha
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-09-16 21:08:06 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-09-16 21:08:06 +0000
commit5fafdf24ef2c090c164d4dc89684b3f379dbdd87 (patch)
treec0654ee63b6dac76d98b427e92ef16850a90c652 /target-alpha
parentbd494f4cbd4187dda8cc8f4739763f24a31a4c8b (diff)
downloadhqemu-5fafdf24ef2c090c164d4dc89684b3f379dbdd87.zip
hqemu-5fafdf24ef2c090c164d4dc89684b3f379dbdd87.tar.gz
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3173 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-alpha')
-rw-r--r--target-alpha/cpu.h6
-rw-r--r--target-alpha/exec.h2
-rw-r--r--target-alpha/helper.c8
-rw-r--r--target-alpha/op.c2
-rw-r--r--target-alpha/op_helper.c2
-rw-r--r--target-alpha/op_helper.h2
-rw-r--r--target-alpha/op_helper_mem.h2
-rw-r--r--target-alpha/op_mem.h2
-rw-r--r--target-alpha/op_template.h2
-rw-r--r--target-alpha/translate.c18
10 files changed, 23 insertions, 23 deletions
diff --git a/target-alpha/cpu.h b/target-alpha/cpu.h
index c79c568..b219ad3 100644
--- a/target-alpha/cpu.h
+++ b/target-alpha/cpu.h
@@ -1,6 +1,6 @@
/*
* Alpha emulation cpu definitions for qemu.
- *
+ *
* Copyright (c) 2007 Jocelyn Mayer
*
* This library is free software; you can redistribute it and/or
@@ -276,7 +276,7 @@ struct CPUAlphaState {
#if TARGET_LONG_BITS > HOST_LONG_BITS
/* temporary fixed-point registers
* used to emulate 64 bits target on 32 bits hosts
- */
+ */
target_ulong t0, t1, t2;
#endif
/* */
@@ -393,7 +393,7 @@ int cpu_alpha_exec(CPUAlphaState *s);
/* you can call this signal handler from your SIGBUS and SIGSEGV
signal handlers to inform the virtual CPU of exceptions. non zero
is returned if the signal was handled by the virtual CPU. */
-int cpu_alpha_signal_handler(int host_signum, void *pinfo,
+int cpu_alpha_signal_handler(int host_signum, void *pinfo,
void *puc);
int cpu_alpha_mfpr (CPUState *env, int iprn, uint64_t *valp);
int cpu_alpha_mtpr (CPUState *env, int iprn, uint64_t val, uint64_t *oldvalp);
diff --git a/target-alpha/exec.h b/target-alpha/exec.h
index 32c27c7..80f358c 100644
--- a/target-alpha/exec.h
+++ b/target-alpha/exec.h
@@ -1,6 +1,6 @@
/*
* Alpha emulation cpu run-time definitions for qemu.
- *
+ *
* Copyright (c) 2007 Jocelyn Mayer
*
* This library is free software; you can redistribute it and/or
diff --git a/target-alpha/helper.c b/target-alpha/helper.c
index 98200d9..4ec5967 100644
--- a/target-alpha/helper.c
+++ b/target-alpha/helper.c
@@ -1,6 +1,6 @@
/*
* Alpha emulation cpu helpers for qemu.
- *
+ *
* Copyright (c) 2007 Jocelyn Mayer
*
* This library is free software; you can redistribute it and/or
@@ -25,7 +25,7 @@
#include "cpu.h"
#include "exec-all.h"
-#if defined(CONFIG_USER_ONLY)
+#if defined(CONFIG_USER_ONLY)
int cpu_alpha_handle_mmu_fault (CPUState *env, target_ulong address, int rw,
int is_user, int is_softmmu)
@@ -35,7 +35,7 @@ int cpu_alpha_handle_mmu_fault (CPUState *env, target_ulong address, int rw,
else
env->exception_index = EXCP_DFAULT;
env->ipr[IPR_EXC_ADDR] = address;
-
+
return 1;
}
@@ -407,7 +407,7 @@ void do_interrupt (CPUState *env)
}
#endif
-void cpu_dump_state (CPUState *env, FILE *f,
+void cpu_dump_state (CPUState *env, FILE *f,
int (*cpu_fprintf)(FILE *f, const char *fmt, ...),
int flags)
{
diff --git a/target-alpha/op.c b/target-alpha/op.c
index 8a22c5c..529a66d 100644
--- a/target-alpha/op.c
+++ b/target-alpha/op.c
@@ -1,6 +1,6 @@
/*
* Alpha emulation cpu micro-operations for qemu.
- *
+ *
* Copyright (c) 2007 Jocelyn Mayer
*
* This library is free software; you can redistribute it and/or
diff --git a/target-alpha/op_helper.c b/target-alpha/op_helper.c
index 746665a..deac6c2 100644
--- a/target-alpha/op_helper.c
+++ b/target-alpha/op_helper.c
@@ -1,6 +1,6 @@
/*
* Alpha emulation cpu micro-operations helpers for qemu.
- *
+ *
* Copyright (c) 2007 Jocelyn Mayer
*
* This library is free software; you can redistribute it and/or
diff --git a/target-alpha/op_helper.h b/target-alpha/op_helper.h
index fb55eff..806a30d 100644
--- a/target-alpha/op_helper.h
+++ b/target-alpha/op_helper.h
@@ -1,6 +1,6 @@
/*
* Alpha emulation cpu micro-operations helpers definitions for qemu.
- *
+ *
* Copyright (c) 2007 Jocelyn Mayer
*
* This library is free software; you can redistribute it and/or
diff --git a/target-alpha/op_helper_mem.h b/target-alpha/op_helper_mem.h
index 7ab5718..09c39bb 100644
--- a/target-alpha/op_helper_mem.h
+++ b/target-alpha/op_helper_mem.h
@@ -1,6 +1,6 @@
/*
* Alpha emulation cpu micro-operations helpers for memory accesses for qemu.
- *
+ *
* Copyright (c) 2007 Jocelyn Mayer
*
* This library is free software; you can redistribute it and/or
diff --git a/target-alpha/op_mem.h b/target-alpha/op_mem.h
index 9f017a2..922d0d4 100644
--- a/target-alpha/op_mem.h
+++ b/target-alpha/op_mem.h
@@ -1,6 +1,6 @@
/*
* Alpha emulation cpu micro-operations for memory accesses for qemu.
- *
+ *
* Copyright (c) 2007 Jocelyn Mayer
*
* This library is free software; you can redistribute it and/or
diff --git a/target-alpha/op_template.h b/target-alpha/op_template.h
index e96303b..db15bb8 100644
--- a/target-alpha/op_template.h
+++ b/target-alpha/op_template.h
@@ -1,6 +1,6 @@
/*
* Alpha emulation cpu micro-operations templates for qemu.
- *
+ *
* Copyright (c) 2007 Jocelyn Mayer
*
* This library is free software; you can redistribute it and/or
diff --git a/target-alpha/translate.c b/target-alpha/translate.c
index 9ed53be..6a7da5a 100644
--- a/target-alpha/translate.c
+++ b/target-alpha/translate.c
@@ -1,6 +1,6 @@
/*
* Alpha emulation cpu translation for qemu.
- *
+ *
* Copyright (c) 2007 Jocelyn Mayer
*
* This library is free software; you can redistribute it and/or
@@ -562,49 +562,49 @@ static void gen_s4addl (void)
{
gen_op_s4();
gen_op_addl();
-}
+}
static void gen_s4subl (void)
{
gen_op_s4();
gen_op_subl();
-}
+}
static void gen_s8addl (void)
{
gen_op_s8();
gen_op_addl();
-}
+}
static void gen_s8subl (void)
{
gen_op_s8();
gen_op_subl();
-}
+}
static void gen_s4addq (void)
{
gen_op_s4();
gen_op_addq();
-}
+}
static void gen_s4subq (void)
{
gen_op_s4();
gen_op_subq();
-}
+}
static void gen_s8addq (void)
{
gen_op_s8();
gen_op_addq();
-}
+}
static void gen_s8subq (void)
{
gen_op_s8();
gen_op_subq();
-}
+}
static void gen_amask (void)
{
OpenPOWER on IntegriCloud