Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321669
b: refs/heads/master
c: 2a95e37
h: refs/heads/master
i:
  321667: 560f758
v: v3
  • Loading branch information
Borislav Petkov authored and Linus Torvalds committed Aug 16, 2012
1 parent 14ff725 commit 7c00fb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2b014fcc7d99d31c3693a7e50d7dcb8b4ddc9cee
refs/heads/master: 2a95e37c128d1c12b3cb0eb6dfdc1739a7104cd8
2 changes: 1 addition & 1 deletion trunk/scripts/decodecode
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7c00fb3

Please sign in to comment.