mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
mips cleanup (Thiemo Seufer)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1934 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
ea4e754f5a
commit
9d05095e5f
2 changed files with 2 additions and 2 deletions
|
@ -561,6 +561,8 @@ int cpu_exec(CPUState *env1)
|
|||
#elif defined(TARGET_SH4)
|
||||
/* XXXXX */
|
||||
#endif
|
||||
/* Don't use the cached interupt_request value,
|
||||
do_interrupt may have updated the EXITTB flag. */
|
||||
if (env->interrupt_request & CPU_INTERRUPT_EXITTB) {
|
||||
env->interrupt_request &= ~CPU_INTERRUPT_EXITTB;
|
||||
/* ensure that no TB jump will be modified as
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue