OSDN Git Service

target/moxie: Fix tlb_fill
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 14 Nov 2017 10:29:34 +0000 (11:29 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 28 Dec 2017 01:20:44 +0000 (17:20 -0800)
commit1f5940e4642f4a2c64bcba724eaff3c28ae38c54
treee15709e6b9b879b09f2847332ac53b01d77fab94
parent65255e8efdd5fca602bcc4ff61a879939ff75f4f
target/moxie: Fix tlb_fill

We should not exit unless moxie_cpu_handle_mmu_fault has failed.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/moxie/helper.c