risc-v

Definition

ret (RISC-V)

Returns to the caller by jumping to the address in ra.

ret

The above is a pseudoinstruction, which is translated to:

jr ra