diff options
author | Yonggang Luo <luoyonggang@gmail.com> | 2022-07-29 04:11:35 +0800 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2022-08-04 13:48:27 +0200 |
commit | 1e2dd311491565a58b30f29e71c6e429fc8e7e84 (patch) | |
tree | f77053ca66ce502fa9b2d38166c7eb303fc573de /target/ppc | |
parent | 9878fbf3424015da93e0a8e8cec40a2d45323fad (diff) | |
download | qemu-1e2dd311491565a58b30f29e71c6e429fc8e7e84.zip qemu-1e2dd311491565a58b30f29e71c6e429fc8e7e84.tar.gz qemu-1e2dd311491565a58b30f29e71c6e429fc8e7e84.tar.bz2 |
ppc: Remove redundant macro MSR_BOOK3S_MASK.
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Message-Id: <20220728201135.223-1-luoyonggang@gmail.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'target/ppc')
-rw-r--r-- | target/ppc/excp_helper.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/ppc/excp_helper.c b/target/ppc/excp_helper.c index cb752b1..7550aaf 100644 --- a/target/ppc/excp_helper.c +++ b/target/ppc/excp_helper.c @@ -2015,7 +2015,6 @@ void helper_rfi(CPUPPCState *env) do_rfi(env, env->spr[SPR_SRR0], env->spr[SPR_SRR1] & 0xfffffffful); } -#define MSR_BOOK3S_MASK #if defined(TARGET_PPC64) void helper_rfid(CPUPPCState *env) { |