mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
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>
This commit is contained in:
parent
e7977326cd
commit
f36aaa53c6
3 changed files with 9 additions and 2 deletions
|
@ -600,6 +600,9 @@ int sparc_cpu_memory_rw_debug(CPUState *cpu, vaddr addr,
|
|||
|
||||
/* translate.c */
|
||||
void sparc_tcg_init(void);
|
||||
void sparc_restore_state_to_opc(CPUState *cs,
|
||||
const TranslationBlock *tb,
|
||||
const uint64_t *data);
|
||||
|
||||
/* cpu-exec.c */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue