Skip to content
  • Cheng Shao's avatar
    39257fa7
    rts: fix checkClosure error message · 39257fa7
    Cheng Shao authored
    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.
    
    (cherry picked from commit 0d3bc2fa)
    39257fa7
    rts: fix checkClosure error message
    Cheng Shao authored
    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.
    
    (cherry picked from commit 0d3bc2fa)
Loading