Rename vm::common -> vm::addr
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use crate::vm::{common::Addr, reg::Reg};
|
||||
use crate::vm::{addr::Addr, reg::Reg};
|
||||
|
||||
macro_rules! instructions {
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user