Merge pull request #12161 from krnlyng/tools_no_show_raw_insn

Tools: fix perf-disassemble.sh.
This commit is contained in:
Tilka 2023-10-28 03:28:28 +01:00 committed by GitHub
commit 220988d064
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,9 @@ do
--stop-address=*)
stop="${1##--stop-address=}"
;;
--no-show-raw-insn)
raw=
;;
--no-show-raw)
raw=
;;