Skip to content

Commit

Permalink
Merge pull request #12161 from krnlyng/tools_no_show_raw_insn
Browse files Browse the repository at this point in the history
Tools: fix perf-disassemble.sh.
  • Loading branch information
Tilka committed Oct 28, 2023
2 parents 2ccc2bf + 210347a commit 220988d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tools/perf-disassemble.sh
Expand Up @@ -31,6 +31,9 @@ do
--stop-address=*)
stop="${1##--stop-address=}"
;;
--no-show-raw-insn)
raw=
;;
--no-show-raw)
raw=
;;
Expand Down

0 comments on commit 220988d

Please sign in to comment.