HomeFreeBSD

Use a cleaner test for the branch delay (BD) bit in DELAYBRANCH.

Description

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.

Details

Provenance
jhbAuthored on
Parents
rS332943: MFC r332518, r332527
Branches
Unknown
Tags
Unknown