* [Qemu-devel] [PATCH] target-sparc/translate.c microSPARC II mask fix
@ 2008-03-06 2:46 Robert Reif
0 siblings, 0 replies; only message in thread
From: Robert Reif @ 2008-03-06 2:46 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 29 bytes --]
Fix microSPARC II SFSR mask.
[-- Attachment #2: mask.diff.txt --]
[-- Type: text/plain, Size: 443 bytes --]
diff -p -u -r1.96 translate.c
--- target-sparc/translate.c 5 Mar 2008 17:59:48 -0000 1.96
+++ target-sparc/translate.c 6 Mar 2008 02:15:30 -0000
@@ -4259,7 +4259,7 @@ static const sparc_def_t sparc_defs[] =
.mmu_bm = 0x00004000,
.mmu_ctpr_mask = 0x00ffffc0,
.mmu_cxr_mask = 0x000000ff,
- .mmu_sfsr_mask = 0x00016bff,
+ .mmu_sfsr_mask = 0x00016fff,
.mmu_trcr_mask = 0x00ffffff,
},
{
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-03-06 2:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-06 2:46 [Qemu-devel] [PATCH] target-sparc/translate.c microSPARC II mask fix Robert Reif
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.