Update FP after binary file load

This commit is contained in:
pjht 2024-01-30 13:39:24 -06:00
parent 53be359338
commit ceb56fc158
Signed by: pjht
GPG Key ID: CA239FC6934E6F3A

View File

@ -314,6 +314,7 @@ impl AltairEmulator {
// Raw binary
todo!();
}
self.state.update_fp();
}
}
});