mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
target/openrisc: Implement lwa, swa
Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
c56e3b8670
commit
930c3d0074
7 changed files with 81 additions and 8 deletions
|
@ -34,6 +34,7 @@ void HELPER(rfe)(CPUOpenRISCState *env)
|
|||
cpu->env.pc = cpu->env.epcr;
|
||||
cpu->env.npc = cpu->env.epcr;
|
||||
cpu->env.sr = cpu->env.esr;
|
||||
cpu->env.lock_addr = -1;
|
||||
|
||||
#ifndef CONFIG_USER_ONLY
|
||||
if (cpu->env.sr & SR_DME) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue