mirror of
https://github.com/Retropex/dolphin.git
synced 2025-05-14 12:20:44 +02: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-address=*)
|
||||||
stop="${1##--stop-address=}"
|
stop="${1##--stop-address=}"
|
||||||
;;
|
;;
|
||||||
|
--no-show-raw-insn)
|
||||||
|
raw=
|
||||||
|
;;
|
||||||
--no-show-raw)
|
--no-show-raw)
|
||||||
raw=
|
raw=
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user