mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
target/ppc: Move slbie to decodetree
Reviewed-by: Leandro Lupori <leandro.lupori@eldorado.org.br> Signed-off-by: Lucas Coutinho <lucas.coutinho@eldorado.org.br> Message-Id: <20220701133507.740619-4-lucas.coutinho@eldorado.org.br> Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
This commit is contained in:
parent
fc34e81acd
commit
43507e47e1
5 changed files with 23 additions and 15 deletions
|
@ -197,7 +197,7 @@ static void __helper_slbie(CPUPPCState *env, target_ulong addr,
|
|||
}
|
||||
}
|
||||
|
||||
void helper_slbie(CPUPPCState *env, target_ulong addr)
|
||||
void helper_SLBIE(CPUPPCState *env, target_ulong addr)
|
||||
{
|
||||
__helper_slbie(env, addr, false);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue