videoout, platform: fix for ooo irqs

This commit is contained in:
psucien 2024-05-29 12:48:21 +02:00
parent e5486cc57f
commit db113bbc7b
3 changed files with 3 additions and 2 deletions

View file

@ -66,7 +66,7 @@ struct IrqController {
h(irq);
}
while (!ctx.one_time_subscribers.empty()) {
if (!ctx.one_time_subscribers.empty()) {
const auto& h = ctx.one_time_subscribers.front();
h(irq);