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

Fix CfgCpu messing up graph on external interruptions. Make interrupt vector table a memory based array. #855

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

kevinferrare
Copy link
Contributor

No dune crash with cfgcpu with this pr

using Spice86.Core.Emulator.CPU.CfgCpu.ParsedInstruction;

public class InstructionReplacerRegistry : IInstructionReplacer {
private List<InstructionReplacer> _replacers = new();

Check notice

Code scanning / CodeQL

Missed 'readonly' opportunity Note

Field '_replacers' can be 'readonly'.
@maximilien-noal maximilien-noal added 32 bit Related to 32 bit programs support 16 bit Related to 16 bit programs support Dune Related to Dune bugfix fixes a bug CFGCPU Related to the future Control Flow CPU labels Sep 18, 2024
Copy link
Member

@maximilien-noal maximilien-noal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Will give it a spin with a Dune longplay this week-end. 😊

@kevinferrare kevinferrare merged commit 8d94d4d into master Sep 18, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
16 bit Related to 16 bit programs support 32 bit Related to 32 bit programs support bugfix fixes a bug CFGCPU Related to the future Control Flow CPU Dune Related to Dune
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants