Skip to content

ghc-heap: remove wrong Addr# coercion (#23181)

Sylvain Henry requested to merge hsyl20/ghc:hsyl20/js-ghc-heap into master

Conversion from Addr# to Int# isn't correct with the JS backend. Use Addr# instead of Int#.

Merge request reports