m68k: Fix floatx80_lognp1 (Coverity CID1390587)
commit981348af5c3c72335d95f6877abf702d80176eb3
authorLaurent Vivier <laurent@vivier.eu>
Mon, 30 Apr 2018 17:01:55 +0000 (30 19:01 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 1 May 2018 13:36:52 +0000 (1 15:36 +0200)
tree6f182bf35d2d85c67a801cc9fc3792bb96b6a87f
parent355d4d1c00e708907ff391c24ca708f1c9c06bf0
m68k: Fix floatx80_lognp1 (Coverity CID1390587)

return the result of packFloatx80() instead of
dropping it.

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20180430170156.1860-1-laurent@vivier.eu>
target/m68k/softfloat.c