Explorar el Código

Remove ecall and *ret instructions from riscv::asm

Vadim Kaushan hace 6 años
padre
commit
9550fe0687
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      src/asm.rs

+ 0 - 4
src/asm.rs

@@ -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");