Skip to content

[arch][m68k] Add support for plain 68000 exception handling#499

Open
jrac wants to merge 1 commit intolittlekernel:masterfrom
jrac:68000
Open

[arch][m68k] Add support for plain 68000 exception handling#499
jrac wants to merge 1 commit intolittlekernel:masterfrom
jrac:68000

Conversation

@jrac
Copy link
Copy Markdown
Contributor

@jrac jrac commented Mar 23, 2026

Generates per-vector stubs, with each vectory entry pointing to a unique stub slot, which branches to a common handler.

We construct a synthetic exception frame that can be passed to the existing C handlers.

Generates per-vector stubs, with each vectory entry pointing to a unique stub slot, which
branches to a common handler.

We construct a synthetic exception frame that can be passed to the existing C handlers.
Copy link
Copy Markdown
Member

@travisg travisg left a comment

Choose a reason for hiding this comment

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

I think there are a few issues here but otherwise LGTM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants