Skip to content

Fix: symbols: correct interrupt detection#168

Merged
mubes merged 1 commit intoorbcode:mainfrom
lukasostendorf:fix_orbstat_interrupt_detection
Dec 10, 2025
Merged

Fix: symbols: correct interrupt detection#168
mubes merged 1 commit intoorbcode:mainfrom
lukasostendorf:fix_orbstat_interrupt_detection

Conversation

@lukasostendorf
Copy link
Copy Markdown
Contributor

@lukasostendorf lukasostendorf commented Dec 10, 2025

orbstat detects interrupts by comparing LR values to the SPECIALS_MASK.
The current mask does not cover all EXC_RETURN values for armv8-m or armv7-m architecture,
thus some interrupts are missed.

This PR corrects the mask. Fixes #167

orbstat detects interrupts by comparing LR values to the SPECIALS_MASK.
Correct the mask to fit also armv8-m and armv7-m architecture.
@mubes mubes merged commit c544b51 into orbcode:main Dec 10, 2025
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.

orbstat does not resolve certain interrupts

2 participants