summaryrefslogtreecommitdiff
path: root/compiler/codeGen
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2013-06-21 00:12:20 -0500
committerAustin Seipp <aseipp@pobox.com>2013-06-21 00:19:33 -0500
commitfe6db466ec0ae56d33d0fdecc4694d63fed61fa8 (patch)
treebb9dcceab41f594d4302386807b377f69d97f918 /compiler/codeGen
parenteeeec4f2c34d7bc7ca2882550a181bf80368d32d (diff)
downloadhaskell-fe6db466ec0ae56d33d0fdecc4694d63fed61fa8.tar.gz
Ensure gc_thread->wakeup is of type StgWord8.
rtsBool is defined to only have two inhabitants, which are true (1) and false (0) But the wakeup flag is set to 4 possible values, outside the range of rtsBool. This leads Clang to warn about tautological comparisons. Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'compiler/codeGen')
0 files changed, 0 insertions, 0 deletions