Skip to content

Commit 9550fe0

Browse files
committed
Remove ecall and *ret instructions from riscv::asm
1 parent 4e16dd8 commit 9550fe0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/asm.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,5 @@ macro_rules! instruction {
1616

1717

1818
/// Priviledged ISA Instructions
19-
instruction!(ecall, "ecall");
2019
instruction!(ebreak, "ebreak");
21-
instruction!(uret, "uret");
22-
instruction!(sret, "sret");
23-
instruction!(mret, "mret");
2420
instruction!(wfi, "wfi");

0 commit comments

Comments
 (0)