mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Merge pull request #12161 from krnlyng/tools_no_show_raw_insn
Tools: fix perf-disassemble.sh.
This commit is contained in:
@ -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=
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user