Closed LucasSte closed 3 weeks ago
This PR introduces the return instruction in the 0x9d opcode. (See https://github.com/solana-foundation/solana-improvement-documents/pull/178)
return
0x9d
PS: The SIMD needs to be amended with the instruction name, which changed from exit to return.
exit
Superseded by #610.
This PR introduces the
return
instruction in the0x9d
opcode. (See https://github.com/solana-foundation/solana-improvement-documents/pull/178)PS: The SIMD needs to be amended with the instruction name, which changed from
exit
toreturn
.