mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
include/qemu: Add TCGCPUOps typedef to typedefs.h
QEMU coding style recommends using structure typedefs. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
93c6091bfa
commit
1764ad70ce
26 changed files with 29 additions and 31 deletions
|
@ -2458,7 +2458,7 @@ static const struct SysemuCPUOps arm_sysemu_ops = {
|
|||
#endif
|
||||
|
||||
#ifdef CONFIG_TCG
|
||||
static const struct TCGCPUOps arm_tcg_ops = {
|
||||
static const TCGCPUOps arm_tcg_ops = {
|
||||
.initialize = arm_translate_init,
|
||||
.synchronize_from_tb = arm_cpu_synchronize_from_tb,
|
||||
.debug_excp_handler = arm_debug_excp_handler,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue