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 changed, 1 insertion
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 a/target/m68k/softfloat.c b/target/m68k/sof