On Tue, Nov 22, 2016 at 05:32:33PM +0100, Luc Van Oostenryck wrote: > From: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxxx> > > show_instruction() uses the field 'target' to display OP_SWITCH > instruction instead of 'cond' like OP_BR does. > It doesn't change anything since these two fields use the same > storage inside struct instruction but better to use the right field > to keep consistent. > --- > linearize.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is my s-o-b that I had forgot to add: Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> -- 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