Re: [PATCH 1/2] parser: fix and simplify support of asm goto

From: Chris Li
Date: Sat Jul 10 2010 - 14:36:18 EST


On Sat, Jul 10, 2010 at 1:39 AM, Jiri Slaby <jslaby@xxxxxxx> wrote:
> +       if (token->ident == &goto_ident) {

You need to test the token type is TOKEN_IDENT before using token->ident.
I will apply your patch with the fix up.

Chris
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/