summaryrefslogtreecommitdiffstats
path: root/target/hppa/cpu.h
diff options
context:
space:
mode:
authorRichard Henderson2019-03-23 01:00:56 +0100
committerRichard Henderson2019-06-10 16:03:42 +0200
commit677c4d69ac21961e76a386f9bfc892a44923acc0 (patch)
tree5c37cb3a06f079d173a8ad9a85ca9a307cfc8e8f /target/hppa/cpu.h
parenttarget/xtensa: Use env_cpu, env_archcpu (diff)
downloadqemu-677c4d69ac21961e76a386f9bfc892a44923acc0.tar.gz
qemu-677c4d69ac21961e76a386f9bfc892a44923acc0.tar.xz
qemu-677c4d69ac21961e76a386f9bfc892a44923acc0.zip
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/hppa/cpu.h')
-rw-r--r--target/hppa/cpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/hppa/cpu.h b/target/hppa/cpu.h
index 75e6a91a5e..7f9f54731b 100644
--- a/target/hppa/cpu.h
+++ b/target/hppa/cpu.h
@@ -222,7 +222,6 @@ struct HPPACPU {
QEMUTimer *alarm_timer;
};
-#define ENV_OFFSET offsetof(HPPACPU, env)
typedef CPUHPPAState CPUArchState;
typedef HPPACPU ArchCPU;