commit | 854795753c6efceda1d172851e2bae4b47a492be | [log] [tgz] |
---|---|---|
author | Leon Alrae <leon.alrae@imgtec.com> | Thu Nov 06 10:29:38 2014 +0000 |
committer | Leon Alrae <leon.alrae@imgtec.com> | Fri Nov 07 14:15:28 2014 +0000 |
tree | 0a1006760fee14fcd9e0e9c11b725b918047ed32 | |
parent | e30614d51780f27c53b196da793c3fb89f1f620f [diff] |
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>