X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=run_exp.sh;h=319c2ab8511432e91648691278952796beed804f;hb=578603650c721811eb0a4747329e3854f171ce37;hp=f90c7fef6497acdeb45245c5b73db4621e8a9d7b;hpb=88eed95d8e5111264869e388468d33b20384cdac;p=ia32rtools.git diff --git a/run_exp.sh b/run_exp.sh index f90c7fe..319c2ab 100755 --- a/run_exp.sh +++ b/run_exp.sh @@ -5,7 +5,8 @@ # $2 - .in_c outf=$3 -grep '@' $1 | grep -v '\' | awk '{print $1}' > ${outf}_explist +grep '@' $1 | grep -v '\' | grep -v '=' | \ + awk '{print $1}' > ${outf}_explist echo ".text" > $outf echo ".align 4" >> $outf