mirror of
https://github.com/seL4/seL4.git
synced 2026-04-05 06:49:54 +00:00
Provide a default dummy implementation for setIRQTrigger even for non-GIC platforms where this operation is not supported. Otherwise, the function is declared in the header, but has no implementation. Implementing it as UNREACHABLE() means verification will show that the function is not called. Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>