* [Qemu-devel] [4876] Flushw can generate exceptions, so save PC & NPC
@ 2008-07-16 11:51 Blue Swirl
0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2008-07-16 11:51 UTC (permalink / raw)
To: qemu-devel
Revision: 4876
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4876
Author: blueswir1
Date: 2008-07-16 11:51:15 +0000 (Wed, 16 Jul 2008)
Log Message:
-----------
Flushw can generate exceptions, so save PC & NPC
Modified Paths:
--------------
trunk/target-sparc/translate.c
Modified: trunk/target-sparc/translate.c
===================================================================
--- trunk/target-sparc/translate.c 2008-07-16 11:31:11 UTC (rev 4875)
+++ trunk/target-sparc/translate.c 2008-07-16 11:51:15 UTC (rev 4876)
@@ -2346,6 +2346,7 @@
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))
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-07-16 11:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-16 11:51 [Qemu-devel] [4876] Flushw can generate exceptions, so save PC & NPC Blue Swirl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).