소스 검색

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