mirror of https://gitee.com/openkylin/qemu.git
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>
This commit is contained in:
parent
9878fbf342
commit
1e2dd31149
|
@ -2015,7 +2015,6 @@ void helper_rfi(CPUPPCState *env)
|
||||||
do_rfi(env, env->spr[SPR_SRR0], env->spr[SPR_SRR1] & 0xfffffffful);
|
do_rfi(env, env->spr[SPR_SRR0], env->spr[SPR_SRR1] & 0xfffffffful);
|
||||||
}
|
}
|
||||||
|
|
||||||
#define MSR_BOOK3S_MASK
|
|
||||||
#if defined(TARGET_PPC64)
|
#if defined(TARGET_PPC64)
|
||||||
void helper_rfid(CPUPPCState *env)
|
void helper_rfid(CPUPPCState *env)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue