summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-10-01 10:59:11 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-10-05 13:59:33 -0400
commit18a3ddf75d25094096a7fe44fd250de973041187 (patch)
tree89fc7f8af2f6b8cf3dadb7dd9b9ffb5507336bf0 /docs
parent802b5e6fdd6dfc58396a9dca1903dc5a1d6634ca (diff)
downloadhaskell-18a3ddf75d25094096a7fe44fd250de973041187.tar.gz
rts: Fix integer width in TICK_BUMP_BY
Previously `TICK_BUMP_BY` was defined as ```c #define TICK_BUMP_BY(ctr,n) CLong[ctr] = CLong[ctr] + n ``` Yet the tickers themselves were defined as `StgInt`s. This happened to work out correctly on Linux, where `CLong` is 64-bits. However, it failed on Windows, where `CLong` is 32-bits, resulting in #18782. Fixes #18783.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions