summaryrefslogtreecommitdiff
path: root/tools/objtool/include/objtool/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/objtool/include/objtool/arch.h')
-rw-r--r--tools/objtool/include/objtool/arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/objtool/include/objtool/arch.h b/tools/objtool/include/objtool/arch.h
index 73149f8090fa..2b6d2ce4f9a5 100644
--- a/tools/objtool/include/objtool/arch.h
+++ b/tools/objtool/include/objtool/arch.h
@@ -62,9 +62,9 @@ struct op_src {
};
struct stack_op {
+ struct stack_op *next;
struct op_dest dest;
struct op_src src;
- struct list_head list;
};
struct instruction;