]> sourceware.org Git - systemtap.git/commit
Fix compile error when we don't have a dwarf unwinder in _stp_tack_kernel_print
authorDavid Smith <dsmith@redhat.com>
Mon, 5 May 2014 20:46:40 +0000 (15:46 -0500)
committerDavid Smith <dsmith@redhat.com>
Mon, 5 May 2014 20:46:40 +0000 (15:46 -0500)
commitd8f04f5d4b25f4c0e5ef391e214c5a8e9f5dd231
treeb733999949b88a139e9dc42fd457ece1b5047cd8
parent7f6c7a0b420769137441b0c0354e8aaf40da1c7e
Fix compile error when we don't have a dwarf unwinder in _stp_tack_kernel_print

* runtime/stack.c (_stp_stack_kernel_print): Use 'c->kregs' instead of
  nonexistent 'regs' variable. This code is only compiled when
  STP_USE_DWARF_UNWINDER isn't defined.
runtime/stack.c
This page took 0.025704 seconds and 5 git commands to generate.