summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-10-01 10:59:11 -0400
committerBen Gamari <ben@smart-cactus.org>2020-10-01 11:02:04 -0400
commit4aeda0c38948a51ce3dd96b3f0697c1ee732863a (patch)
tree9c7b0478f53842386f5f732fe9dafcbaf5a29bce /mk
parent235e410f63a4725bbc4466dbdef7d5f661793e84 (diff)
downloadhaskell-wip/T18783.tar.gz
rts: Fix integer width in TICK_BUMP_BYwip/T18783
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 'mk')
0 files changed, 0 insertions, 0 deletions