Remove ecall and *ret instructions from riscv::asm

This commit is contained in:
Vadim Kaushan 2018-12-18 23:58:50 +03:00
parent 4e16dd85ed
commit 9550fe0687
1 changed files with 0 additions and 4 deletions

View File

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