From: Robert Reif <reif@earthlink.net>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH] target-sparc/translate.c microSPARC II mask fix
Date: Wed, 05 Mar 2008 21:46:54 -0500 [thread overview]
Message-ID: <47CF5B1E.2090006@earthlink.net> (raw)
[-- 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,
},
{
reply other threads:[~2008-03-06 2:47 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=47CF5B1E.2090006@earthlink.net \
--to=reif@earthlink.net \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.