]> git.proxmox.com Git - mirror_qemu.git/commit
target-mips: fix for missing delay slot in BC1EQZ and BC1NEZ
authorLeon Alrae <leon.alrae@imgtec.com>
Thu, 6 Nov 2014 10:29:38 +0000 (10:29 +0000)
committerLeon Alrae <leon.alrae@imgtec.com>
Fri, 7 Nov 2014 14:15:28 +0000 (14:15 +0000)
commit854795753c6efceda1d172851e2bae4b47a492be
tree0a1006760fee14fcd9e0e9c11b725b918047ed32
parente30614d51780f27c53b196da793c3fb89f1f620f
target-mips: fix for missing delay slot in BC1EQZ and BC1NEZ

New R6 COP1 conditional branches currently don't have delay slot. Fixing this
by setting MIPS_HFLAG_BDS32 flag which is required for branches having 4-byte
delay slot.

Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
Reviewed-by: Yongbok Kim <yongbok.kim@imgtec.com>
target-mips/translate.c