Implement spurious interrupt handler
All checks were successful
Builds / ExectOS (i686, debug) (push) Successful in 29s
Builds / ExectOS (amd64, debug) (push) Successful in 31s
Builds / ExectOS (i686, release) (push) Successful in 37s
Builds / ExectOS (amd64, release) (push) Successful in 39s

This commit is contained in:
2026-04-01 13:03:46 +02:00
parent d88f9f0a15
commit 232b92fd7e
4 changed files with 33 additions and 0 deletions

View File

@@ -213,3 +213,14 @@ _ArTrapEntry:
.endif
.endr
.endr
/**
* Handles a spurious interrupt allowing it to end up.
*
* @return This routine does not return any value.
*
* @since XT 1.0
*/
.global _ArHandleSpuriousInterrupt
_ArHandleSpuriousInterrupt:
iret