x86/unwind: Read stack return address in update_stack_state()
[platform/kernel/linux-rpi.git] / arch / x86 / include / asm / unwind.h
index 6fa75b1..5663425 100644 (file)
@@ -14,6 +14,7 @@ struct unwind_state {
 #ifdef CONFIG_FRAME_POINTER
        unsigned long *bp, *orig_sp;
        struct pt_regs *regs;
+       unsigned long ip;
 #else
        unsigned long *sp;
 #endif