]> xenbits.xensource.com Git - qemu-xen.git/commit
softfloat: Fix declaration of partsN_compare
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 1 Apr 2022 13:22:38 +0000 (07:22 -0600)
committerAnthony PERARD <anthony.perard@citrix.com>
Fri, 21 Jul 2023 10:20:26 +0000 (11:20 +0100)
commit69344f6be7bf94607c6ff0de79b81bac836e5f15
treee76fc983643806fd56a4f5b1835c582f13285089
parent97e8df50760afab883f7d58a0c8dcde30aa28e0f
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>
(cherry picked from commit b880867f15623b2e82b0fa6b149753d7c18c615c)
fpu/softfloat.c