Fix for inline assembler: According to the GCC documentation an 'asm' instruction...
authorChristoph Mallon <christoph.mallon@gmx.de>
Thu, 21 Aug 2008 20:54:18 +0000 (20:54 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Thu, 21 Aug 2008 20:54:18 +0000 (20:54 +0000)
commit4ad107b0574daacb446f5af330cd7ea37be9fb41
tree15a750882c2576603d41ea6a41c7cf1234ce668b
parent0a2f38a5a3fd60b95b9ce21eee4c80481fc1a055
Fix for inline assembler: According to the GCC documentation an 'asm' instruction without any output operands will be treated identically to a volatile 'asm' instruction.

[r21330]
parser.c