Files
ladybird/Kernel/Interrupts/PCIIRQHandler.cpp
Pankaj Raghav d14c2a3583 Kernel: Move handle_interrupt out-of-line in PCIIRQHandler
Upgrade to GCC 13.1.0 triggered an UBSAN in PCIIRQHandler. Moving the
handle_interrupt() function out-of-line fixes this issue.
2023-05-21 18:01:29 -06:00

1.7 KiB