Skip to content
  • Cheng Shao's avatar
    rts: fix checkClosure error message · 0d3bc2fa
    Cheng Shao authored and Marge Bot's avatar Marge Bot committed
    This patch fixes an error message in checkClosure() when the closure
    has already been evacuated. The previous logic was meant to print the
    evacuated closure's type in the error message, but it was completely
    wrong, given info was not really an info table, but a tagged pointer
    that points to the closure's new address.
    0d3bc2fa