Commit 8c89395eebc4c88e35949b3310254f0d893379c5
1 parent
7317b8ca
Use a valid PRid.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3685 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
target-mips/translate_init.c
... | ... | @@ -296,7 +296,7 @@ static mips_def_t mips_defs[] = |
296 | 296 | /* A generic CPU providing MIPS64 Release 2 features. |
297 | 297 | FIXME: Eventually this should be replaced by a real CPU model. */ |
298 | 298 | .name = "MIPS64R2-generic", |
299 | - .CP0_PRid = 0x00000000, | |
299 | + .CP0_PRid = 0x00010000, | |
300 | 300 | .CP0_Config0 = MIPS_CONFIG0 | (0x2 << CP0C0_AT) | (0x1 << CP0C0_AR), |
301 | 301 | .CP0_Config1 = MIPS_CONFIG1 | (1 << CP0C1_FP) | (63 << CP0C1_MMU) | |
302 | 302 | (2 << CP0C1_IS) | (4 << CP0C1_IL) | (3 << CP0C1_IA) | | ... | ... |