]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/loongarch/cpu.c
include/qemu: Add TCGCPUOps typedef to typedefs.h
[mirror_qemu.git] / target / loongarch / cpu.c
index 064540397db24d30c0448d0b3f6cc15f8654028f..dd3e46a7263999d1bad9e6e0fff68165aea82543 100644 (file)
@@ -734,7 +734,7 @@ void loongarch_cpu_dump_state(CPUState *cs, FILE *f, int flags)
 #ifdef CONFIG_TCG
 #include "hw/core/tcg-cpu-ops.h"
 
-static struct TCGCPUOps loongarch_tcg_ops = {
+static TCGCPUOps loongarch_tcg_ops = {
     .initialize = loongarch_translate_init,
     .synchronize_from_tb = loongarch_cpu_synchronize_from_tb,
     .restore_state_to_opc = loongarch_restore_state_to_opc,