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

Introduce return instruction in the (dis)assembler #609

Merged
merged 2 commits into from
Oct 10, 2024

Conversation

LucasSte
Copy link

@LucasSte LucasSte commented Oct 9, 2024

This PR only adds the return instruction in the assembler and disassembler. The implementation in the verifier, jitter and interpreter will come in separate PRs.

@LucasSte LucasSte requested a review from Lichtso October 9, 2024 19:58
@LucasSte LucasSte marked this pull request as ready for review October 9, 2024 19:58
src/disassembler.rs Outdated Show resolved Hide resolved
@LucasSte LucasSte requested a review from Lichtso October 10, 2024 14:08
@LucasSte LucasSte merged commit 13a2680 into solana-labs:main Oct 10, 2024
12 checks passed
@LucasSte LucasSte deleted the exit-ret branch October 10, 2024 16:21
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