Implement spurious interrupt handler

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