[Priv Exceptions] fixed constructor typo in TimerInterrupt
This commit is contained in:
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…
Reference in New Issue
Block a user