[meta] Rename cdsl/inst to cdsl/instructions;

This commit is contained in:
Benjamin Bouvier
2019-04-30 18:11:45 +02:00
parent 6059936113
commit 22a6823496
14 changed files with 14 additions and 14 deletions

View File

@@ -7,7 +7,7 @@
pub mod ast;
pub mod cpu_modes;
pub mod formats;
pub mod inst;
pub mod instructions;
pub mod isa;
pub mod operands;
pub mod regs;