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

[SOL] Simplify code emission for syscalls #122

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

LucasSte
Copy link
Collaborator

@LucasSte LucasSte commented Jan 2, 2025

While running integration tests for static syscalls and the stricter verifier, I found out I wasn't properly saving arguments to registers when emitting a sys call instruction.

This PR simplifies the code generation for syscalls and fixes the issue.

@LucasSte LucasSte marked this pull request as ready for review January 2, 2025 22:04
@LucasSte LucasSte requested review from dmakarov and Lichtso January 2, 2025 22:04
@LucasSte LucasSte merged commit 552fb21 into anza-xyz:solana-rustc/18.1-2024-05-19 Jan 3, 2025
17 checks passed
@LucasSte LucasSte deleted the syscall-1 branch January 3, 2025 12:51
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