aboutsummaryrefslogtreecommitdiff
path: root/target/moxie
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2019-03-22 17:00:56 -0700
committerRichard Henderson <richard.henderson@linaro.org>2019-06-10 07:03:42 -0700
commit677c4d69ac21961e76a386f9bfc892a44923acc0 (patch)
tree5c37cb3a06f079d173a8ad9a85ca9a307cfc8e8f /target/moxie
parent92fddfbd1792cb6009f869c47e7ea55a741fe2e3 (diff)
downloadqemu-677c4d69ac21961e76a386f9bfc892a44923acc0.zip
qemu-677c4d69ac21961e76a386f9bfc892a44923acc0.tar.gz
qemu-677c4d69ac21961e76a386f9bfc892a44923acc0.tar.bz2
cpu: Move ENV_OFFSET to exec/gen-icount.h
Now that we have ArchCPU, we can define this generically, in the one place that needs it. Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/moxie')
-rw-r--r--target/moxie/cpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/moxie/cpu.h b/target/moxie/cpu.h
index b9f5635..3d418c8 100644
--- a/target/moxie/cpu.h
+++ b/target/moxie/cpu.h
@@ -90,7 +90,6 @@ typedef struct MoxieCPU {
CPUMoxieState env;
} MoxieCPU;
-#define ENV_OFFSET offsetof(MoxieCPU, env)
void moxie_cpu_do_interrupt(CPUState *cs);
void moxie_cpu_dump_state(CPUState *cpu, FILE *f, int flags);