Rename vm::common -> vm::addr

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2020-02-17 16:22:15 -05:00
parent bf6b0dfba9
commit 0598bd1526
6 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
pub mod common;
pub mod addr;
pub mod error;
pub mod flags;
pub mod inst;