aboutsummaryrefslogtreecommitdiff
path: root/scripts/showasm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/showasm')
-rwxr-xr-xscripts/showasm1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/showasm b/scripts/showasm
index 046442653..dc2cd705d 100755
--- a/scripts/showasm
+++ b/scripts/showasm
@@ -18,4 +18,3 @@ then
18fi 18fi
19 19
20objdump -d $1 | sed -n -e '/./{H;$!d}' -e "x;/^.[0-9a-fA-F]* <$2>:/p" 20objdump -d $1 | sed -n -e '/./{H;$!d}' -e "x;/^.[0-9a-fA-F]* <$2>:/p"
21