b43-asm: Terminate instructions with ; instead of |
authorMichael Buesch <mb@bu3sch.de>
Fri, 16 May 2008 12:59:45 +0000 (14:59 +0200)
committerMichael Buesch <mb@bu3sch.de>
Fri, 16 May 2008 12:59:45 +0000 (14:59 +0200)
commit80d4431cde7dec47d2cd549ec581cc98dab67d5d
treee83ea55830db79f6b60cb88542247e552fe3541f
parente253c5e35935104d42ad8747ab998fdf330f5a88
b43-asm: Terminate instructions with ; instead of |

This removes support for assembly comments with ";"
Use C/C++ style comments, please
/* comment */
// comment
The preprocessor will take care of them.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
assembler/b43-asm
assembler/parser.y
assembler/scanner.l