Change asm comments from ";" to COM, which is "#".

Index: arch/powerpc/code.c
--- arch/powerpc/code.c.orig
+++ arch/powerpc/code.c
@@ -421,7 +421,7 @@ bfcode(struct symtab **sp, int cnt)
          */
 	if (cftnsp->sdf->dlst)
 		saveallargs = pr_hasell(cftnsp->sdf->dlst);
-printf("; saveallargs: %d, cnt: %d\n", saveallargs, cnt);		
+printf(COM "saveallargs: %d, cnt: %d\n", saveallargs, cnt);		
 	if (cftnsp->stype == STRTY+FTN || cftnsp->stype == UNIONTY+FTN) {
 		param_retstruct();
 		++arg_gpr;
