Commit 4759513bd9bff5e4b12f2af96d6462b97dc4500c

Authored by ths
1 parent beebb570

Fix missing status ro mask initialization, thanks Stefan Weil.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2800 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 0 deletions
target-mips/translate_init.c
@@ -98,6 +98,7 @@ static mips_def_t mips_defs[] = @@ -98,6 +98,7 @@ static mips_def_t mips_defs[] =
98 .CP0_Config3 = MIPS_CONFIG3, 98 .CP0_Config3 = MIPS_CONFIG3,
99 .SYNCI_Step = 32, 99 .SYNCI_Step = 32,
100 .CCRes = 2, 100 .CCRes = 2,
  101 + .Status_rw_bitmask = 0x3278FF17,
101 }, 102 },
102 { 103 {
103 .name = "4KEc", 104 .name = "4KEc",