瀏覽代碼

Remove ecall and *ret instructions from riscv::asm

Vadim Kaushan 6 年之前
父節點
當前提交
9550fe0687
共有 1 個文件被更改,包括 0 次插入4 次删除
  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");