mirror of
https://github.com/mre/mos6502.git
synced 2024-11-30 20:51:21 +00:00
Fix build.
This commit is contained in:
parent
96f5f15d82
commit
2f25c490da
@ -29,7 +29,7 @@ use log;
|
|||||||
|
|
||||||
use std;
|
use std;
|
||||||
|
|
||||||
use address::{AddressDiff};
|
use address::{Address, AddressDiff};
|
||||||
use instruction;
|
use instruction;
|
||||||
use instruction::{DecodedInstr};
|
use instruction::{DecodedInstr};
|
||||||
use memory::Memory;
|
use memory::Memory;
|
||||||
|
Loading…
Reference in New Issue
Block a user