removed bug from todos about broken timer interrupt

This commit is contained in:
shockrahwow 2019-11-29 01:54:24 -08:00
parent 8e5b59c7fd
commit 734806dfd4

View File

@ -32,4 +32,3 @@ Personally I'm unsatisfied with accepting an idea; I want to garner an intuition
* Interrupts will often refire over and over again for no discernable reason(tested with Divide by Zero so far)
* timer_wait(u32) is busted and either _never returns_ or ends up triple faulting(or something everytime)