mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
ColdFire target.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2196 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
223b8a40d1
commit
e6e5906b6e
32 changed files with 5227 additions and 12 deletions
|
@ -302,6 +302,8 @@ int cpu_restore_state(TranslationBlock *tb,
|
|||
}
|
||||
env->access_type = type;
|
||||
}
|
||||
#elif defined(TARGET_M68K)
|
||||
env->pc = gen_opc_pc[j];
|
||||
#elif defined(TARGET_MIPS)
|
||||
env->PC = gen_opc_pc[j];
|
||||
env->hflags &= ~MIPS_HFLAG_BMASK;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue