mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-03-14 06:46:00 -06:00
target/alpha: Restrict SoftMMU mmu_index() to TCG
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-ID: <20250401080938.32278-4-philmd@linaro.org>
This commit is contained in:
parent
17fa8b6f03
commit
6ea8bce7ee
1 changed files with 1 additions and 1 deletions
|
|
@ -238,6 +238,7 @@ static const TCGCPUOps alpha_tcg_ops = {
|
|||
.translate_code = alpha_translate_code,
|
||||
.synchronize_from_tb = alpha_cpu_synchronize_from_tb,
|
||||
.restore_state_to_opc = alpha_restore_state_to_opc,
|
||||
.mmu_index = alpha_cpu_mmu_index,
|
||||
|
||||
#ifdef CONFIG_USER_ONLY
|
||||
.record_sigsegv = alpha_cpu_record_sigsegv,
|
||||
|
|
@ -262,7 +263,6 @@ static void alpha_cpu_class_init(ObjectClass *oc, void *data)
|
|||
&acc->parent_realize);
|
||||
|
||||
cc->class_by_name = alpha_cpu_class_by_name;
|
||||
cc->mmu_index = alpha_cpu_mmu_index;
|
||||
cc->dump_state = alpha_cpu_dump_state;
|
||||
cc->set_pc = alpha_cpu_set_pc;
|
||||
cc->get_pc = alpha_cpu_get_pc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue