mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
Reworking MIPS interrupt handling, by Aurelien Jarno.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2350 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
30c4bbace1
commit
4de9b249d3
13 changed files with 76 additions and 75 deletions
|
@ -265,6 +265,11 @@ void cpu_mips_store_compare(CPUState *env, uint32_t value)
|
|||
cpu_abort(env, "mtc0 compare\n");
|
||||
}
|
||||
|
||||
void cpu_mips_update_irq(CPUState *env)
|
||||
{
|
||||
cpu_abort(env, "mtc0 status / mtc0 cause\n");
|
||||
}
|
||||
|
||||
void do_mtc0_status_debug(uint32_t old, uint32_t val)
|
||||
{
|
||||
cpu_abort(env, "mtc0 status debug\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue