Skip to content

Commit

Permalink
target/ppc: Split up float_invalid_op_excp
Browse files Browse the repository at this point in the history
The always_inline trick only works if the function is always
called from the outer-most helper.  But it isn't, so pass in
the outer-most return address.  There's no need for a switch
statement whose argument is always a constant.  Unravel the
switch and goto via more helpers.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
  • Loading branch information
rth7680 authored and dgibson committed Nov 8, 2018
1 parent 0e947a8 commit 13c9115
Showing 1 changed file with 181 additions and 163 deletions.

0 comments on commit 13c9115

Please sign in to comment.