Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
[sfrench/cifs-2.6.git] / tools / objtool / check.h
index c9af11f0c8afc91bf5a36c1c6ea9f3df75d4e348..47d9ea70a83d9f9326fb7bd68431c88337b5ce31 100644 (file)
@@ -32,7 +32,8 @@ struct insn_state {
        unsigned char type;
        bool bp_scratch;
        bool drap;
-       int drap_reg;
+       int drap_reg, drap_offset;
+       struct cfi_reg vals[CFI_NUM_REGS];
 };
 
 struct instruction {