]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/ppc/cpu_init.c
include/qemu: Add TCGCPUOps typedef to typedefs.h
[mirror_qemu.git] / target / ppc / cpu_init.c
index 344196a8ce3dfb954fc6631a02388b71dd883054..23eb5522b666ae32266f2681d30c22f571386c42 100644 (file)
@@ -7332,7 +7332,7 @@ static const struct SysemuCPUOps ppc_sysemu_ops = {
 #ifdef CONFIG_TCG
 #include "hw/core/tcg-cpu-ops.h"
 
-static const struct TCGCPUOps ppc_tcg_ops = {
+static const TCGCPUOps ppc_tcg_ops = {
   .initialize = ppc_translate_init,
   .restore_state_to_opc = ppc_restore_state_to_opc,