mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-02 17:21:10 +00:00
target-mips: remove misleading comments in translate_init.c
PABITS are not hardcoded to 36 bits and we do not model 59 PABITS (which is the architectural limit) in QEMU. Backports commit 28b027d5b63c7550c7390041d6dd50948c8f55b8 from qemu
This commit is contained in:
parent
8743ec8b6d
commit
aff700ae6d
|
@ -712,9 +712,6 @@ static const mips_def_t mips_defs[] =
|
|||
(1 << FCR0_S) | (0x00 << FCR0_PRID) | (0x0 << FCR0_REV),
|
||||
0,
|
||||
42,
|
||||
/* The architectural limit is 59, but we have hardcoded 36 bit
|
||||
in some places...
|
||||
59, */ /* the architectural limit */
|
||||
36,
|
||||
0,0, 0,0, 0,0, 0,0, 0,0, 0,0,
|
||||
CPU_MIPS64R2 | ASE_MIPS3D,
|
||||
|
@ -754,9 +751,6 @@ static const mips_def_t mips_defs[] =
|
|||
(0x00 << FCR0_PRID) | (0x0 << FCR0_REV),
|
||||
0,
|
||||
42,
|
||||
/* The architectural limit is 59, but we have hardcoded 36 bit
|
||||
in some places...
|
||||
59, */ /* the architectural limit */
|
||||
36,
|
||||
0,0, 0,0, 0,0, 0,0, 0,0,
|
||||
(1 << CP0PG_IEC) | (1 << CP0PG_XIE) |
|
||||
|
|
Loading…
Reference in a new issue