refactor asm more
This commit is contained in:
8
src/compiler/arch/riscv/instr/mod.rs
Normal file
8
src/compiler/arch/riscv/instr/mod.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
mod base;
|
||||
mod rv32i;
|
||||
mod rv32m;
|
||||
mod string;
|
||||
pub use base::*;
|
||||
pub use rv32i::*;
|
||||
pub use rv32m::*;
|
||||
pub use string::*;
|
||||
Reference in New Issue
Block a user