From 7c00fb3e1a4b5667d8420101a74eedece07d8eda Mon Sep 17 00:00:00 2001 From: Borislav Petkov Date: Wed, 15 Aug 2012 13:00:51 +0200 Subject: [PATCH] --- yaml --- r: 321669 b: refs/heads/master c: 2a95e37c128d1c12b3cb0eb6dfdc1739a7104cd8 h: refs/heads/master i: 321667: 560f7587f2862c951c1130468a59fb6cb087bb9c v: v3 --- [refs] | 2 +- trunk/scripts/decodecode | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"