Skip to content
  • Simon Marlow's avatar
    Fix a bug in stack layout with safe foreign calls (#8083) · c2348859
    Simon Marlow authored
    We weren't properly tracking the number of stack arguments in the
    continuation of a foreign call.  It happened to work when the
    continuation was not a join point, but when it was a join point we
    were using the wrong amount of stack fixup.
    c2348859