1
0
mirror of https://github.com/mre/mos6502.git synced 2024-06-02 20:41:33 +00:00

Fix build.

This commit is contained in:
Andrew Keeton 2014-10-16 22:12:43 -04:00
parent 96f5f15d82
commit 2f25c490da

View File

@ -29,7 +29,7 @@ use log;
use std;
use address::{AddressDiff};
use address::{Address, AddressDiff};
use instruction;
use instruction::{DecodedInstr};
use memory::Memory;