mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
target/ppc: Move slbia 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-6-lucas.coutinho@eldorado.org.br> Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
This commit is contained in:
parent
a1b05c0625
commit
2bfcb7a316
5 changed files with 21 additions and 19 deletions
|
@ -101,7 +101,7 @@ void dump_slb(PowerPCCPU *cpu)
|
|||
}
|
||||
|
||||
#ifdef CONFIG_TCG
|
||||
void helper_slbia(CPUPPCState *env, uint32_t ih)
|
||||
void helper_SLBIA(CPUPPCState *env, uint32_t ih)
|
||||
{
|
||||
PowerPCCPU *cpu = env_archcpu(env);
|
||||
int starting_entry;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue