]> Git Repo - qemu.git/blobdiff - target-cris/cpu-qom.h
target-i386: fix pcmpxstrx equal-ordered (strstr) mode
[qemu.git] / target-cris / cpu-qom.h
index 6fc30c20847f6d40c9c3a668af58c84730ea88e6..df4c0b50a3a0eba3802610edc5a6f60526aee10f 100644 (file)
@@ -73,6 +73,10 @@ static inline CRISCPU *cris_env_get_cpu(CPUCRISState *env)
 
 #define ENV_OFFSET offsetof(CRISCPU, env)
 
+#ifndef CONFIG_USER_ONLY
+extern const struct VMStateDescription vmstate_cris_cpu;
+#endif
+
 void cris_cpu_do_interrupt(CPUState *cpu);
 void crisv10_cpu_do_interrupt(CPUState *cpu);
 bool cris_cpu_exec_interrupt(CPUState *cpu, int int_req);
This page took 0.0223 seconds and 4 git commands to generate.