Fixed missing crate import
This commit is contained in:
parent
61c9300c6a
commit
e1283c9c42
@ -1,5 +1,7 @@
|
||||
use std::{ops::{Add, Sub}, io::Write};
|
||||
|
||||
use crate::simulator::print;
|
||||
|
||||
use super::{decode::{Instruction, decode}, interrupt::Interrupt};
|
||||
use super::global::*;
|
||||
use std::fs::File;
|
||||
|
Loading…
Reference in New Issue
Block a user