Skip to content
Snippets Groups Projects
Commit 72c1812f authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

rts/m32: Fix bounds check

Previously we would check only that the *start* of the mapping was in
the bottom 32-bits of address space. However, we need the *entire*
mapping to be in low memory. Fix this.

Noticed by @Phyx.
parent b9e2491d
No related branches found
Tags ghc-7.10.3-rc3
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment