mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
target/rx: 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-18-philmd@linaro.org>
This commit is contained in:
committed by
Richard Henderson
parent
bf8dc33bbc
commit
f1a1c2b958
+1
-1
@@ -207,6 +207,7 @@ static const TCGCPUOps rx_tcg_ops = {
|
||||
.translate_code = rx_translate_code,
|
||||
.synchronize_from_tb = rx_cpu_synchronize_from_tb,
|
||||
.restore_state_to_opc = rx_restore_state_to_opc,
|
||||
.mmu_index = rx_cpu_mmu_index,
|
||||
.tlb_fill = rx_cpu_tlb_fill,
|
||||
|
||||
.cpu_exec_interrupt = rx_cpu_exec_interrupt,
|
||||
@@ -227,7 +228,6 @@ static void rx_cpu_class_init(ObjectClass *klass, void *data)
|
||||
&rcc->parent_phases);
|
||||
|
||||
cc->class_by_name = rx_cpu_class_by_name;
|
||||
cc->mmu_index = rx_cpu_mmu_index;
|
||||
cc->dump_state = rx_cpu_dump_state;
|
||||
cc->set_pc = rx_cpu_set_pc;
|
||||
cc->get_pc = rx_cpu_get_pc;
|
||||
|
||||
Reference in New Issue
Block a user