-
Notifications
You must be signed in to change notification settings - Fork 849
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(vm) Simplify
get_pc
for aarch64-apple-darwin
.
Since libc 0.2.82, the issue rust-lang/libc#1977 has been fixed with rust-lang/libc#1990. Our current version of libc is 0.2.87. Let's update our code to remove the `__darwin_arm_thread_state64` type, and use the one from libc.
- Loading branch information
Showing
1 changed file
with
1 addition
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters