tcg/mips: fix store softmmu slow path
commit0a2923f8488498000eec54871456aa64a4391da4
authorAurelien Jarno <aurelien@aurel32.net>
Mon, 27 Oct 2014 14:53:35 +0000 (27 15:53 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 2 Nov 2014 12:30:00 +0000 (2 13:30 +0100)
tree29abdbe28e9f40ab594fdfe5e72c09cd97aa916e
parentee29498e4f0f3eff90eeeb7f5fa1703abedd2fb6
tcg/mips: fix store softmmu slow path

Commit 9d8bf2d1 moved the softmmu slow path out of line and introduce a
regression at the same time by always calling tcg_out_tlb_load with
is_load=1. This makes impossible to run any significant code under
qemu-system-mips*.

Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: qemu-stable@nongnu.org
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
tcg/mips/tcg-target.c