]> Git Repo - qemu.git/blobdiff - target/sparc/int64_helper.c
Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2020-03-24-tag0' into...
[qemu.git] / target / sparc / int64_helper.c
index f942973c220bd5afaac01b45690cf017cb79c9e5..f3e7f32de612e436e2ae262686da91b236a6719a 100644 (file)
@@ -147,7 +147,7 @@ void sparc_cpu_do_interrupt(CPUState *cs)
         }
     }
 
-    if (env->def->features & CPU_FEATURE_GL) {
+    if (env->def.features & CPU_FEATURE_GL) {
         tsptr->tstate |= (env->gl & 7ULL) << 40;
         cpu_gl_switch_gregs(env, env->gl + 1);
         env->gl++;
This page took 0.022286 seconds and 4 git commands to generate.