mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
Tools: fix perf-disassemble.sh.
perf now passes the proper no-show-raw-insn option instead of no-show-raw.
Keep no-show-raw as a fallback for older kernels/perf-toolings.
See also: c5baf90892
This commit is contained in:
parent
3e9c9a3e8d
commit
210347ae15
@ -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