Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emulator panics when starting without a program #114

Open
sevonj opened this issue Mar 20, 2024 · 0 comments
Open

Emulator panics when starting without a program #114

sevonj opened this issue Mar 20, 2024 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@sevonj
Copy link
Owner

sevonj commented Mar 20, 2024

Culprit is an unwrap in emulator.rs:

    fn reload(&mut self) {
        self.stop();
        self.load_b91(self.loaded_prog.clone().unwrap());
    }

Tasks:

@sevonj sevonj added this to Titokone Mar 20, 2024
@sevonj sevonj converted this from a draft issue Mar 20, 2024
@sevonj sevonj added the bug Something isn't working label Mar 20, 2024
@sevonj sevonj moved this to Ready in Titokone Mar 20, 2024
@sevonj sevonj added this to the Cleanup milestone Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Ready
Development

No branches or pull requests

1 participant