Implement software interrupt dispatch table and secondary handler lookup
This commit is contained in:
@@ -142,7 +142,7 @@ Dispatch\Type\Vector:
|
||||
call ArDispatchTrap
|
||||
.else
|
||||
/* Pass to the interrupt dispatcher */
|
||||
call ArDispatchTrap
|
||||
call ArDispatchInterrupt
|
||||
.endif
|
||||
|
||||
/* Restore the original trap frame stack pointer */
|
||||
|
||||
Reference in New Issue
Block a user