Browse Source

Remove ecall and *ret instructions from riscv::asm

Vadim Kaushan 6 năm trước cách đây
mục cha
commit
9550fe0687
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  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");