Skip to content

compiler: fix out-of-bound memory access of genSym on 32-bit

Cheng Shao requested to merge type-dance/ghc:uniq-32bit-fixes into master

This patch fixes an out-of-bound memory access of genSym on 32-bit platform introduced in !11802 (closed).

Merge request reports