Remove ~60 warnings

This commit is contained in:
Quentin Legot
2022-11-16 15:48:46 +01:00
parent f9dba1ac11
commit 9a233f3c12
3 changed files with 123 additions and 120 deletions

View File

@ -6,5 +6,5 @@ use machine::Machine;
fn main() {
let mut m = Machine::_init_machine();
m.instructions[0] = 0x37;
Machine::oneInstruction(m);
Machine::one_instruction(m);
}