mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
* Add a model of the ETRAX interrupt controller.
* Clean up the interrupt handling a bit. * Connect some NOR flash to the test board. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4055 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
1ec6d2ea99
commit
e62b5b133b
8 changed files with 331 additions and 187 deletions
|
@ -286,6 +286,8 @@ int cpu_restore_state(TranslationBlock *tb,
|
|||
#elif defined(TARGET_SH4)
|
||||
env->pc = gen_opc_pc[j];
|
||||
env->flags = gen_opc_hflags[j];
|
||||
#elif defined(TARGET_CRIS)
|
||||
env->pregs[PR_ERP] = gen_opc_pc[j];
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_PROFILER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue