Skip to content
  • Gabor Buella's avatar
    Refactor intercept_template.s · cc682217
    Gabor Buella authored
    The new code is somewhat cleaner, and allows for more reliable
    stack unwinding.
    The original values of RIP and RSP are stored on the stack
    among the other registers. This removes the need for multiple
    backtrace placeholder routines, with appropriate frame sizes.
    cc682217