MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / Sret

Class Sret

crates/asm-to-binary/src/riscv/rv64i.rs:552–552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

550/// Sret - return from supervisor-mode trap (opcode 0x10200073)
551#[derive(Debug, Clone, PartialEq, Eq)]
552pub struct Sret;
553
554impl Default for Sret {
555 fn default() -> Self {

Callers 1

parse_instruction_lineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected