b43-asm: Terminate instructions with ; instead of |
[b43-tools.git] / assembler / b43-asm
index f910a6b0f3ec846c3ca08d82c3f1b503e3723e99..2fbccce35f9e1d1447af5fee8232cbd51587e9b0 100755 (executable)
@@ -48,4 +48,4 @@ if [ "$infile" != "-" ]; then
        fi
 fi
 
-$CPP -traditional-cpp "$infile" | $B43_ASM "-" "$outfile" $@
+$CPP -x c++ -traditional-cpp "$infile" | $B43_ASM "-" "$outfile" $@