diff options
Diffstat (limited to 'runtime/stack-x86_64.c')
-rw-r--r-- | runtime/stack-x86_64.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/stack-x86_64.c b/runtime/stack-x86_64.c index 96f82004..ae8e446d 100644 --- a/runtime/stack-x86_64.c +++ b/runtime/stack-x86_64.c @@ -8,8 +8,6 @@ * later version. */ -// todo: don't use unwinder for kernel if CONFIG_FRAME - /* DWARF unwinder failed. Just dump intereting addresses on kernel stack. */ static void _stp_stack_print_fallback(unsigned long stack, int verbose) { @@ -26,6 +24,7 @@ static void _stp_stack_print_fallback(unsigned long stack, int verbose) static void __stp_stack_print(struct pt_regs *regs, int verbose, int levels) { + // FIXME: large stack allocation struct unwind_frame_info info; arch_unw_init_frame_info(&info, regs); |