On Fri, 1 Apr 2022 at 14:22, Richard Henderson <richard.hender...@linaro.org> wrote: > > 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.hender...@linaro.org> > --- > fpu/softfloat.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) Reviewed-by: Peter Maydell <peter.mayd...@linaro.org>
thanks -- PMM