Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit ee1cca1b authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[MIPS] Fix branch emulation for floating-point exceptions.


    
In the branch emulation for floating-point exceptions, __compute_return_epc
must determine for bc1f et al which condition code bit to test. This is
based on bits <4:2> of the rt field. The switch statement to distinguish
bc1f et al needs to use only the two low bits of rt, but the old code tests
on the whole rt field.  This patch masks off the proper bits.
    
Signed-off-by: default avatarWin Treese <treese@acm.org>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 79e55bcf
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment