Moved to reference passing system

This commit is contained in:
François Autin
2023-03-15 15:20:20 +01:00
parent abb97d17d5
commit 1906ec836c
4 changed files with 64 additions and 109 deletions

View File

@ -21,6 +21,4 @@ use simulator::machine::Machine;
fn main() {
let machine = Machine::init_machine();
let system = Rc::new(RefCell::new(System::new(machine)));
System::freeze(system);
}