Skip to content
  • qinsoon's avatar
    [wip] fixing bugs to get throw test working · a0cafb0d
    qinsoon authored
    currently its not working because we cannot restore callee saved
    regsiter from the last frame (or the rust frame to throw exception).
    One solution is to save all the callee saved registers in a function
    that can throw.
    a0cafb0d