diff --git a/[refs] b/[refs] index 7e4a9b4bf296..4a4939be3b2f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2b014fcc7d99d31c3693a7e50d7dcb8b4ddc9cee +refs/heads/master: 2a95e37c128d1c12b3cb0eb6dfdc1739a7104cd8 diff --git a/trunk/scripts/decodecode b/trunk/scripts/decodecode index 18ba881c3415..4f8248d5a11f 100755 --- a/trunk/scripts/decodecode +++ b/trunk/scripts/decodecode @@ -89,7 +89,7 @@ echo $code >> $T.s disas $T cat $T.dis >> $T.aa -faultline=`cat $T.dis | head -1 | cut -d":" -f2` +faultline=`cat $T.dis | head -1 | cut -d":" -f2-` faultline=`echo "$faultline" | sed -e 's/\[/\\\[/g; s/\]/\\\]/g'` cat $T.oo | sed -e "s/\($faultline\)/\*\1 <-- trapping instruction/g"