OSDN Git Service

lm32: milkymist-tmu2: fix another integer overflow
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 6 Jan 2017 17:45:14 +0000 (17:45 +0000)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 24 Jan 2017 20:26:53 +0000 (23:26 +0300)
commit4382fa6554987d8c10cdd0fafb04191a40c9743e
treeeeefed55306690de08c51d83dc91c00e2a381417
parenta1f910875668d87e139e79fce38e9c2e1c3747dd
lm32: milkymist-tmu2: fix another integer overflow

Don't truncate the multiplication and do a 64 bit one instead
because the result is stored in a 64 bit variable.

This fixes a similar coverity warning to commit 237a8650d640,
in a similar way, and is the other half of the fix for
coverity CID 1167561.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Michael Walle <michael@walle.cc>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/display/milkymist-tmu2.c