]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/hexagon/cpu.c
include/qemu: Add TCGCPUOps typedef to typedefs.h
[mirror_qemu.git] / target / hexagon / cpu.c
index c0cd739e15e8e0959c744c3208b104cd0ad6754e..759ea62814d26ddf9e1baa119752c6a80270fe35 100644 (file)
@@ -337,7 +337,7 @@ static void hexagon_cpu_init(Object *obj)
 
 #include "hw/core/tcg-cpu-ops.h"
 
-static const struct TCGCPUOps hexagon_tcg_ops = {
+static const TCGCPUOps hexagon_tcg_ops = {
     .initialize = hexagon_translate_init,
     .synchronize_from_tb = hexagon_cpu_synchronize_from_tb,
     .restore_state_to_opc = hexagon_restore_state_to_opc,