target/mips: Fix emulation of ST.W in system mode
commitabd4393d769d9fe2333b2e83e00f911a78475943
authorAleksandar Markovic <amarkovic@wavecomp.com>
Wed, 28 Aug 2019 16:20:39 +0000 (28 18:20 +0200)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Thu, 29 Aug 2019 10:11:14 +0000 (29 12:11 +0200)
tree100ab4e9f4f4a8a43d6fb61d930b609a17d4e231
parent14d92efd721755cc31df328261d301177980fa89
target/mips: Fix emulation of ST.W in system mode

Order of arguments in helper_ret_stl_mmu() invocations was wrong,
apparently caused by a misplaced multiline copy-and-paste.

Fixes: 6decc57 ("target/mips: Fix MSA instructions ST.<B|H|W|D> on big endian host")

Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com>
Message-Id: <1567009239-11273-1-git-send-email-aleksandar.markovic@rt-rk.com>
target/mips/op_helper.c