Remove ecall and *ret instructions from riscv::asm
This commit is contained in:
parent
4e16dd85ed
commit
9550fe0687
|
@ -16,9 +16,5 @@ macro_rules! instruction {
|
|||
|
||||
|
||||
/// Priviledged ISA Instructions
|
||||
instruction!(ecall, "ecall");
|
||||
instruction!(ebreak, "ebreak");
|
||||
instruction!(uret, "uret");
|
||||
instruction!(sret, "sret");
|
||||
instruction!(mret, "mret");
|
||||
instruction!(wfi, "wfi");
|
||||
|
|
Loading…
Reference in New Issue