diff options
Diffstat (limited to 'scripts/showasm')
-rwxr-xr-x | scripts/showasm | 1 |
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 fi objdump -d $1 | sed -n -e '/./{H;$!d}' -e "x;/^.[0-9a-fA-F]* <$2>:/p" - |