Merge conflicts
This commit is contained in:
@ -155,7 +155,7 @@ impl Machine {
|
||||
/// - **machine** which contains a table of instructions
|
||||
pub fn run(machine : Machine){
|
||||
let mut m = machine;
|
||||
loop{
|
||||
for i in 0..MEM_SIZE{
|
||||
Machine::one_instruction(&mut m);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user