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

Class Mret

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

Source from the content-addressed store, hash-verified

520/// Mret - return from machine-mode trap (opcode 0x30200073)
521#[derive(Debug, Clone, PartialEq, Eq)]
522pub struct Mret;
523
524impl Default for Mret {
525 fn default() -> Self {

Callers 1

parse_instruction_lineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected