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 @@
use crate::vm::{common::*, error::*, inst::*, reg::*};
use crate::vm::{addr::*, error::*, inst::*, reg::*};
use std::{convert::TryInto, ops::Index, mem};
pub struct MemCursor<T> {