mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-07-10 14:57:25 +00:00
target-mips: Enable vectored interrupt support for the 74Kf CPU
Enable vectored interrupt support for the 74Kf CPU, reflecting hardware. Backports commit 4386f08767240080334539ac0b07a8bfe30bffe9 from qemu
This commit is contained in:
parent
338e34290d
commit
ca496991ea
|
@ -408,7 +408,7 @@ static const mips_def_t mips_defs[] =
|
||||||
(1 << CP0C1_CA),
|
(1 << CP0C1_CA),
|
||||||
MIPS_CONFIG2,
|
MIPS_CONFIG2,
|
||||||
MIPS_CONFIG3 | (1 << CP0C3_DSP2P) | (1 << CP0C3_DSPP) |
|
MIPS_CONFIG3 | (1 << CP0C3_DSP2P) | (1 << CP0C3_DSPP) |
|
||||||
(0 << CP0C3_VInt),
|
(1 << CP0C3_VInt),
|
||||||
0,0,
|
0,0,
|
||||||
0,0,
|
0,0,
|
||||||
0,
|
0,
|
||||||
|
|
Loading…
Reference in a new issue