objtool: Handle GCC stack pointer adjustment bug
[linux-2.6-block.git] / tools / objtool / check.h
index 9f113016bf8c8b5074cbeb5b759eaa8d10702183..47d9ea70a83d9f9326fb7bd68431c88337b5ce31 100644 (file)
@@ -33,6 +33,7 @@ struct insn_state {
        bool bp_scratch;
        bool drap;
        int drap_reg, drap_offset;
+       struct cfi_reg vals[CFI_NUM_REGS];
 };
 
 struct instruction {