Fix microSPARC II SFSR mask.
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 via email to