mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-25 22:13:13 +00:00
Kernel: Use a const reference to RegisterState in IRQ handling
This commit is contained in:
@@ -177,7 +177,7 @@ E1000NetworkAdapter::~E1000NetworkAdapter()
|
||||
{
|
||||
}
|
||||
|
||||
void E1000NetworkAdapter::handle_irq(RegisterState&)
|
||||
void E1000NetworkAdapter::handle_irq(const RegisterState&)
|
||||
{
|
||||
out32(REG_IMASK, 0x1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user