Flushw can generate exceptions, so save PC & NPC
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4876 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
59aa3bbf9f
commit
c5f2f66835
@ -2346,6 +2346,7 @@ static void disas_sparc_insn(DisasContext * dc)
|
||||
break;
|
||||
} else if (xop == 0x2b) { /* rdtbr / V9 flushw */
|
||||
#ifdef TARGET_SPARC64
|
||||
save_state(dc, cpu_cond);
|
||||
tcg_gen_helper_0_0(helper_flushw);
|
||||
#else
|
||||
if (!supervisor(dc))
|
||||
|
Loading…
Reference in New Issue
Block a user