mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Fix CP0_IntCtl handling.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2645 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
c50da3df61
commit
c090a8f440
2 changed files with 6 additions and 2 deletions
|
@ -1374,8 +1374,9 @@ void op_mtc0_status (void)
|
|||
|
||||
void op_mtc0_intctl (void)
|
||||
{
|
||||
/* vectored interrupts not implemented */
|
||||
env->CP0_IntCtl = 0;
|
||||
/* vectored interrupts not implemented, timer on int 7,
|
||||
no performance counters. */
|
||||
env->CP0_IntCtl |= T0 & 0x000002e0;
|
||||
RETURN();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue