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] Implement return instruction #120

Merged

Conversation

LucasSte
Copy link
Collaborator

@LucasSte LucasSte commented Dec 16, 2024

SIMD-0178 introduces the return instruction (opcode 0x9d), which supersedes the exit instruction when static syscalls are enabled.

The new syscall instruction (opcode 0x95) will be introduced in a follow-up PR.

@LucasSte LucasSte requested a review from dmakarov December 16, 2024 20:54
@LucasSte LucasSte marked this pull request as ready for review December 16, 2024 20:54
@dmakarov dmakarov requested a review from Lichtso December 16, 2024 20:56
@LucasSte LucasSte merged commit 0e7ed1d into anza-xyz:solana-rustc/18.1-2024-05-19 Dec 16, 2024
17 checks passed
@LucasSte LucasSte deleted the return-instr branch December 16, 2024 22:38
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