]> Git Repo - qemu.git/blobdiff - cpu-exec.c
Merge remote-tracking branch 'mdroth/qga-pull-2013-10-10' into staging
[qemu.git] / cpu-exec.c
index 5a4399509e686b7c499295146f32cb39de31266a..30cfa2a63a68bc0eeddca36257946c89fe6f5ec5 100644 (file)
@@ -681,6 +681,10 @@ int cpu_exec(CPUArchState *env)
              * local variables as longjmp is marked 'noreturn'. */
             cpu = current_cpu;
             env = cpu->env_ptr;
+#if !(defined(CONFIG_USER_ONLY) && \
+      (defined(TARGET_M68K) || defined(TARGET_PPC) || defined(TARGET_S390X)))
+            cc = CPU_GET_CLASS(cpu);
+#endif
         }
     } /* for(;;) */
 
This page took 0.023904 seconds and 4 git commands to generate.