hw/timer/imx_epit: fix limit check
authorAxel Heider <axel.heider@hensoldt.net>
Thu, 20 Apr 2023 09:21:14 +0000 (10:21 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Apr 2023 09:21:14 +0000 (10:21 +0100)
commit25d758175dfbfd53e02b4a52ac68cbd6eb05f648
treec7c5be273e0a2cbcbc000b727bf73b10bed4561c
parent542fd43d79327dabe62e49ff584ca60b6184923a
hw/timer/imx_epit: fix limit check

Fix the limit check. If the limit is less than the compare value,
the timer can never reach this value, thus it will never fire.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1491
Signed-off-by: Axel Heider <axel.heider@hensoldt.net>
Message-id: 168070611775.20412.2883242077302841473-2@git.sr.ht
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/timer/imx_epit.c