target/m68k: pass sign directly into make_quotient()
commit60b598df6e3e3d76dae6967e03d4418f6aac6064
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Sat, 14 Jan 2023 23:29:57 +0000 (14 23:29 +0000)
committerLaurent Vivier <laurent@vivier.eu>
Mon, 16 Jan 2023 08:47:31 +0000 (16 09:47 +0100)
treed4a468635fd12196c79f6fa2e002488abae17aaf
parent3ec21437b1470cff373c002c1ebb4f70f666f0c3
target/m68k: pass sign directly into make_quotient()

This enables the quotient parameter to be changed from int32_t to uint32_t and
also allows the extra sign logic in make_quotient() to be removed.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20230114232959.118224-3-mark.cave-ayland@ilande.co.uk>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
target/m68k/fpu_helper.c