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

chore: adds check for riscv64 and riscv32 archs #2993

Merged

Conversation

dimeko
Copy link
Contributor

@dimeko dimeko commented Feb 17, 2025

This PR fixes riscv target compilation that use qemu calls, by adding checks for riscv compiler macros (64 and 32).

Current issue: on riscv targets libafl_word and LIBAFL_CALLING_CONVENTION would not get defined.

Fixed: libafl_word and LIBAFL_CALLING_CONVENTION are defined for riscv targets

@rmalmain
Copy link
Member

thank you

@rmalmain rmalmain merged commit 94d6c51 into AFLplusplus:main Feb 17, 2025
107 checks passed
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