diff options
author | Richard Henderson <rth@twiddle.net> | 2015-02-18 22:19:18 -0800 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2017-02-14 08:14:59 +1100 |
commit | 930c3d0074ad0a5e26560f2133f82d803369bec3 (patch) | |
tree | 63e542ad7464a4994d4717bdbf7d501cf685a871 /target/openrisc/mmu.c | |
parent | c56e3b86701501364a4756201b6a9db9454463ab (diff) | |
download | qemu-930c3d0074ad0a5e26560f2133f82d803369bec3.zip |
target/openrisc: Implement lwa, swa
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target/openrisc/mmu.c')
-rw-r--r-- | target/openrisc/mmu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/openrisc/mmu.c b/target/openrisc/mmu.c index 505dcdcdc8..56b11d3d68 100644 --- a/target/openrisc/mmu.c +++ b/target/openrisc/mmu.c @@ -174,6 +174,7 @@ static void cpu_openrisc_raise_mmu_exception(OpenRISCCPU *cpu, cs->exception_index = exception; cpu->env.eear = address; + cpu->env.lock_addr = -1; } #ifndef CONFIG_USER_ONLY |