mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -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
|
@ -319,7 +319,7 @@ static void s390_cpu_reset_full(DeviceState *dev)
|
|||
#ifdef CONFIG_TCG
|
||||
#include "hw/core/tcg-cpu-ops.h"
|
||||
|
||||
static const struct TCGCPUOps s390_tcg_ops = {
|
||||
static const TCGCPUOps s390_tcg_ops = {
|
||||
.initialize = s390x_translate_init,
|
||||
.restore_state_to_opc = s390x_restore_state_to_opc,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue