Re: [Qemu-devel] [PATCH] m68k: fix floatx80_mod() (Coverity CID1390568)

2018-05-08 Thread Thomas Huth
On 08.05.2018 22:39, Laurent Vivier wrote: > Update the variable checked by the loop condition (expDiff). > Backport the update from Previous. > > Fixes: 591596b77a ("target/m68k: add fmod/frem") > Signed-off-by: Laurent Vivier > --- > target/m68k/softfloat.c | 1 + > 1 file

[Qemu-devel] [PATCH] m68k: fix floatx80_mod() (Coverity CID1390568)

2018-05-08 Thread Laurent Vivier
Update the variable checked by the loop condition (expDiff). Backport the update from Previous. Fixes: 591596b77a ("target/m68k: add fmod/frem") Signed-off-by: Laurent Vivier --- target/m68k/softfloat.c | 1 + 1 file changed, 1 insertion(+) diff --git