mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:07:35 +00:00
Kernel: Update system components to use the new IRQHandler class
This commit is contained in:
parent
a46120b4a8
commit
740534cd67
9 changed files with 13 additions and 14 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue