From 920e891fd9a3c271d6889b22285cc720f9e6f9d4 Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 9 Dec 2013 02:18:32 +0200 Subject: [PATCH] asm fix, new c remove list --- run_sed.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run_sed.sh b/run_sed.sh index 115ab6a..df6ae5d 100755 --- a/run_sed.sh +++ b/run_sed.sh @@ -12,7 +12,7 @@ for sym in $usyms; do done echo "\ -s/^\(loc[r_].*[0-9A-F]:\)[^:]\(.*\;\)/\1:\t\2/g;\ +s/^\([ ]\?loc[r_].*[0-9A-F]:\)[^:]\(.*\;\)/\1:\t\2/g;\ s/dd[[:blank:]]rva/dd/;\ s/\\t\[esp+4+var_4\]/fldcw\tword ptr \[esp\]/;\ s/\/pushfd/;\ s/\/popfd/;\ s/\(\\)\tloc_/\1\tnear ptr loc_/;\ s/\> $f +' $1" >> $f . $f # manual fixup: -- 2.39.2