K 10 svn:author V 3 jhb K 8 svn:date V 27 2018-04-24T17:22:17.892669Z K 7 svn:log V 217 Use a cleaner test for the branch delay (BD) bit in DELAYBRANCH. Rather than casting the value of cause to int and checking for a negative value to determine if bit 31 is set, use a binary and with MIPS_CR_BR_DELAY. END