Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
522
pub struct Mret;
523
524
impl Default for Mret {
525
fn default() -> Self {
Callers
1
parse_instruction_line
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected