X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=run_exp.sh;h=319c2ab8511432e91648691278952796beed804f;hb=17ed469eafaf2698cd31cdf0b2cb0e35fa799cd7;hp=f90c7fef6497acdeb45245c5b73db4621e8a9d7b;hpb=285b3a6b777658e2fa5e504cfe8a2ca4221b54af;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