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

Add support for variadic marker in Instr::Call #24

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

neysofu
Copy link
Contributor

@neysofu neysofu commented Dec 22, 2024

Doesn't quite fix #4 as that would require changes to qbe_rs::Function too, but at least this enables calling variadic functions which is nice when interfacing with libc.

Thanks for the very handy library, I'm having a blast with it in my hobby project.

Signed-off-by: Filippo Costa <filippo@neysofu.me>
@garritfra
Copy link
Owner

Santa came early! Thanks for the change, really appreciate it! 😊

I'll fix those clippy warnings later, they don't seem to be related to this PR.

@garritfra garritfra merged commit becbc9a into garritfra:main Dec 23, 2024
3 of 4 checks passed
@garritfra
Copy link
Owner

Released via v2.3.0. :)

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.

Variadic Functions
2 participants