diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2022-10-24 21:03:29 +1000 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2022-10-26 11:11:28 +1000 |
| commit | f36aaa53c66c613228c1a9f517cb357160049b25 (patch) | |
| tree | bae3f85d1936cde1bf600cf09bff02d3432c5fc2 /target/sparc/cpu.c | |
| parent | e7977326cd6648183ececce211c6330d4b9465df (diff) | |
| download | focaccia-qemu-f36aaa53c66c613228c1a9f517cb357160049b25.tar.gz focaccia-qemu-f36aaa53c66c613228c1a9f517cb357160049b25.zip | |
target/sparc: Convert to tcg_ops restore_state_to_opc
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/sparc/cpu.c')
| -rw-r--r-- | target/sparc/cpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/sparc/cpu.c b/target/sparc/cpu.c index 1f9ef7afd8..4c3d08a875 100644 --- a/target/sparc/cpu.c +++ b/target/sparc/cpu.c @@ -872,6 +872,7 @@ static const struct SysemuCPUOps sparc_sysemu_ops = { static const struct TCGCPUOps sparc_tcg_ops = { .initialize = sparc_tcg_init, .synchronize_from_tb = sparc_cpu_synchronize_from_tb, + .restore_state_to_opc = sparc_restore_state_to_opc, #ifndef CONFIG_USER_ONLY .tlb_fill = sparc_cpu_tlb_fill, |