Skip to content
  • Simon Marlow's avatar
    Add a missing UNTAG_CLOSURE, causing bus errors on Sparc · b2e840ee
    Simon Marlow authored
    We just about got away with this on x86 which isn't
    alignment-sensitive.  The result of the memory load is compared
    against a few different values, but there is a fallback case that
    happened to be the right thing when the pointer was tagged.  A good
    bug to find, nonetheless.
    b2e840ee