target/mips: fix delay slot detection in gen_msa_branch()
commit075a1fe788d36b271ec25507466c30b9a90b5d54
authorYongbok Kim <yongbok.kim@imgtec.com>
Tue, 7 Mar 2017 15:37:34 +0000 (7 15:37 +0000)
committerYongbok Kim <yongbok.kim@imgtec.com>
Mon, 20 Mar 2017 11:19:14 +0000 (20 11:19 +0000)
treeea4178c226e78e443db16bffe231a8121c1679ef
parentb44a7fb14eaebb4f606f768c66122aa54d471887
target/mips: fix delay slot detection in gen_msa_branch()

It is unnecessary to test R6 from delay/forbidden slot check
in gen_msa_branch().

https://bugs.launchpad.net/qemu/+bug/1663287

Reported-by: Brian Campbell <bacam@z273.org.uk>
Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
target/mips/translate.c