Final pre-release
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
// Excerpt from the "dispatch" function
|
||||
if (interruptService.checkSpuriousInterrupt(slot)) {
|
||||
spuriousCounterWrapper.inc();
|
||||
return; // Early return to skip the calling of any handlers
|
||||
void InterruptDispatcher::dispatch(InterruptVector vec) {
|
||||
if (interruptService.checkSpuriousInterrupt(slot)) {
|
||||
spuriousCounterWrapper.inc();
|
||||
return; // Early return to skip the calling of any handlers
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user