Kernel: Update system components to use the new IRQHandler class

This commit is contained in:
Liav A 2020-02-22 19:53:03 +02:00 committed by Andreas Kling
commit 740534cd67
Notes: sideshowbarker 2024-07-19 09:06:49 +09:00
9 changed files with 13 additions and 14 deletions

View file

@ -129,7 +129,7 @@ void PS2MouseDevice::handle_vmmouse_absolute_pointer()
m_queue.enqueue(packet);
}
void PS2MouseDevice::handle_irq()
void PS2MouseDevice::handle_irq(RegisterState&)
{
if (VMWareBackdoor::the().vmmouse_is_absolute()) {