Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- linearize.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/linearize.h b/linearize.h index c704b87b4..2b6cb0c86 100644 --- a/linearize.h +++ b/linearize.h @@ -75,8 +75,9 @@ struct asm_rules { DECLARE_ALLOCATOR(asm_rules); struct instruction { - unsigned opcode:8, - size:24; + unsigned opcode:7; + unsigned warned:1; + unsigned size:24; struct basic_block *bb; struct position pos; struct symbol *type; -- 2.13.0 -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html