Properly handle ihex EOF record
This commit is contained in:
parent
2bd3b4e489
commit
53be359338
@ -306,6 +306,7 @@ impl AltairEmulator {
|
||||
}
|
||||
}
|
||||
ihex::Record::StartLinearAddress(_) => todo!(),
|
||||
ihex::Record::EndOfFile => (),
|
||||
_ => unimplemented!(),
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user