[Priv Exceptions] fixed constructor typo in TimerInterrupt

kernel-mode
Anton Lydike 4 years ago
parent 9424390b65
commit f9b0bac245

@ -79,5 +79,5 @@ class InstructionAccessFault(CpuTrap):
class TimerInterrupt(CpuTrap):
def __init(self):
def __init__(self):
super().__init__(7, 0, CpuTrapType.TIMER)

Loading…
Cancel
Save