mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
Store the right TCG temp (typo).
Stops ARMv6 target from segfaulting early. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4201 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
6f9bc13263
commit
6c95676b16
2 changed files with 3 additions and 3 deletions
|
@ -675,7 +675,7 @@ void do_interrupt_v7m(CPUARMState *env)
|
|||
env->regs[13] += 4;
|
||||
xpsr |= 0x200;
|
||||
}
|
||||
/* Switch to the hander mode. */
|
||||
/* Switch to the handler mode. */
|
||||
v7m_push(env, xpsr);
|
||||
v7m_push(env, env->regs[15]);
|
||||
v7m_push(env, env->regs[14]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue