softfloat: Fix declaration of partsN_compare
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 1 Apr 2022 13:22:38 +0000 (07:22 -0600)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 27 Apr 2022 03:01:55 +0000 (20:01 -0700)
commitb880867f15623b2e82b0fa6b149753d7c18c615c
tree05d93e3258c38c4d91484c946e7514dfc79c8fb2
parent0cbc135917141053c80480fefbe55f70bb3b1562
softfloat: Fix declaration of partsN_compare

The declaration used 'int', while the definition used 'FloatRelation'.
This should have resulted in a compiler error, but mysteriously didn't.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20220401132240.79730-2-richard.henderson@linaro.org>
fpu/softfloat.c