Improve error recovery in parse_asm_arguments().
authorChristoph Mallon <christoph.mallon@gmx.de>
Thu, 8 Nov 2012 13:23:02 +0000 (14:23 +0100)
committerChristoph Mallon <christoph.mallon@gmx.de>
Thu, 8 Nov 2012 14:01:28 +0000 (15:01 +0100)
commit42da75f12fb56c3656a7132b9bd6ecde605701eb
treeb48d37a1804d4451c64ebf3ee470758fca8adb61
parenta44581f6320eeb55835439b1fd51d9b96979899b
Improve error recovery in parse_asm_arguments().

There is not need to abort parsing arguments, if we failed to parse the name for an asm argument.
parser.c