mirror of
https://github.com/servo/servo.git
synced 2025-10-01 17:19:16 +01:00
BHM: Support aarch64 for Mac sampler (#31298)
Replaced unmaintained `mach` crate with `mach2`, and added support for getting arm registers.
This commit is contained in:
parent
f6b81a97f3
commit
9d42602fe7
3 changed files with 52 additions and 24 deletions
11
Cargo.lock
generated
11
Cargo.lock
generated
|
@ -283,7 +283,7 @@ dependencies = [
|
|||
"lazy_static",
|
||||
"libc",
|
||||
"log",
|
||||
"mach",
|
||||
"mach2",
|
||||
"msg",
|
||||
"nix 0.25.1",
|
||||
"serde_json",
|
||||
|
@ -3428,6 +3428,15 @@ dependencies = [
|
|||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "mach2"
|
||||
version = "0.4.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
|
||||
dependencies = [
|
||||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "malloc_buf"
|
||||
version = "0.0.6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue