qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [6196] ETRAX: No need to mask off the I flag twice at reset.
@ 2009-01-07 12:13 Edgar E. Iglesias
  0 siblings, 0 replies; only message in thread
From: Edgar E. Iglesias @ 2009-01-07 12:13 UTC (permalink / raw)
  To: qemu-devel

Revision: 6196
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6196
Author:   edgar_igl
Date:     2009-01-07 12:13:28 +0000 (Wed, 07 Jan 2009)

Log Message:
-----------
ETRAX: No need to mask off the I flag twice at reset.

Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>

Modified Paths:
--------------
    trunk/hw/etraxfs.c

Modified: trunk/hw/etraxfs.c
===================================================================
--- trunk/hw/etraxfs.c	2009-01-07 10:22:28 UTC (rev 6195)
+++ trunk/hw/etraxfs.c	2009-01-07 12:13:28 UTC (rev 6196)
@@ -42,7 +42,6 @@
     CPUState *env = opaque;
     cpu_reset(env);
 
-    env->pregs[PR_CCS] &= ~I_FLAG;
     env->pc = bootstrap_pc;
 }
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-07 12:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-07 12:13 [Qemu-devel] [6196] ETRAX: No need to mask off the I flag twice at reset Edgar E. Iglesias

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).