Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve aarch64 feature gate in rust bindings #2069

Merged
merged 1 commit into from
Dec 29, 2024

Conversation

Sanae6
Copy link
Contributor

@Sanae6 Sanae6 commented Dec 21, 2024

Found out the arch_aarch64 feature flag doesn't actually enable the arm64 module, and it bothered me a bit. Changed arch_aarch64 to depend on arch_arm of requiring manually enabling both arch_arm and arch_aarch64 at the same time.

@Sanae6 Sanae6 changed the base branch from master to dev December 22, 2024 08:57
@wtdcode wtdcode merged commit 07e8162 into unicorn-engine:dev Dec 29, 2024
36 checks passed
@wtdcode
Copy link
Member

wtdcode commented Dec 29, 2024

Thanks!

hyunmin-furiosa pushed a commit to hyunmin-furiosa/unicorn that referenced this pull request Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants