mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Merge pull request #12161 from krnlyng/tools_no_show_raw_insn
Tools: fix perf-disassemble.sh.
This commit is contained in:
commit
220988d064
@ -31,6 +31,9 @@ do
|
||||
--stop-address=*)
|
||||
stop="${1##--stop-address=}"
|
||||
;;
|
||||
--no-show-raw-insn)
|
||||
raw=
|
||||
;;
|
||||
--no-show-raw)
|
||||
raw=
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user