Skip to content
Snippets Groups Projects
Commit d15d15ce authored by Joel Beeren's avatar Joel Beeren Committed by Adrian Danis
Browse files

ioapic: trivial: modified definition of toBool

parent 3695d22b
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ An IRQ handler capability allows a thread possessing it to set an endpoint which
> _ -> throw IllegalOperation
> toBool :: Word -> Bool
> toBool w = if w == 0 then False else True
> toBool w = w /= 0
> invokeIRQHandler :: IRQHandlerInvocation -> Kernel ()
> invokeIRQHandler (AckIRQ irq) =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment