Commit a3ffaf3060e70b036ac082f0772eb7b814f865ed

Authored by blueswir1
1 parent a526a31c

Fix microSPARC II SFSR mask (Robert Reif)


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4021 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
target-sparc/translate.c
... ... @@ -4259,7 +4259,7 @@ static const sparc_def_t sparc_defs[] = {
4259 4259 .mmu_bm = 0x00004000,
4260 4260 .mmu_ctpr_mask = 0x00ffffc0,
4261 4261 .mmu_cxr_mask = 0x000000ff,
4262   - .mmu_sfsr_mask = 0x00016bff,
  4262 + .mmu_sfsr_mask = 0x00016fff,
4263 4263 .mmu_trcr_mask = 0x00ffffff,
4264 4264 },
4265 4265 {
... ...