diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2023-08-31 09:45:17 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2023-08-31 09:45:17 +0100 |
commit | 7038b6e4e71d9fb3a234e00da31c222d3e97dd5c (patch) | |
tree | 14fcdfccf99aff786943d13a20e08c7a05a98694 /hw/rtc/sun4v-rtc.c | |
parent | 35aa6715ddcd9748bae5bc01563331e8eae8d7cf (diff) |
hw/rtc/m48t59: Use 64-bit arithmetic in set_alarm()
In the m48t59 device we almost always use 64-bit arithmetic when
dealing with time_t deltas. The one exception is in set_alarm(),
which currently uses a plain 'int' to hold the difference between two
time_t values. Switch to int64_t instead to avoid any possible
overflow issues.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'hw/rtc/sun4v-rtc.c')
0 files changed, 0 insertions, 0 deletions