mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-25 14:54:56 +00:00
Merge pull request #12161 from krnlyng/tools_no_show_raw_insn
Tools: fix perf-disassemble.sh.
This commit is contained in:
commit
220988d064
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@ do
|
||||||
--stop-address=*)
|
--stop-address=*)
|
||||||
stop="${1##--stop-address=}"
|
stop="${1##--stop-address=}"
|
||||||
;;
|
;;
|
||||||
|
--no-show-raw-insn)
|
||||||
|
raw=
|
||||||
|
;;
|
||||||
--no-show-raw)
|
--no-show-raw)
|
||||||
raw=
|
raw=
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue