mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Kernel: Use a const reference to RegisterState in IRQ handling
This commit is contained in:
@@ -177,7 +177,7 @@ RTL8139NetworkAdapter::~RTL8139NetworkAdapter()
|
||||
{
|
||||
}
|
||||
|
||||
void RTL8139NetworkAdapter::handle_irq(RegisterState&)
|
||||
void RTL8139NetworkAdapter::handle_irq(const RegisterState&)
|
||||
{
|
||||
for (;;) {
|
||||
int status = in16(REG_ISR);
|
||||
|
||||
Reference in New Issue
Block a user