You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kernel/sysclk.c defines DaysSinceEpoch as UWORD, but drivers/rdpcclk.asm is treating it as UDWORD. From what I can tell it's unlikely to be triggered (setting date after 2099 will fail, but if you get around that it won't be an issue until 2159).
The text was updated successfully, but these errors were encountered:
kernel/sysclk.c
definesDaysSinceEpoch
asUWORD
, butdrivers/rdpcclk.asm
is treating it asUDWORD
. From what I can tell it's unlikely to be triggered (setting date after 2099 will fail, but if you get around that it won't be an issue until 2159).The text was updated successfully, but these errors were encountered: