mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 19:59:17 +00:00
Kernel: Use a const reference to RegisterState in IRQ handling
This commit is contained in:
@@ -49,7 +49,7 @@ extern SchedulerData* g_scheduler_data;
|
||||
class Scheduler {
|
||||
public:
|
||||
static void initialize();
|
||||
static void timer_tick(RegisterState&);
|
||||
static void timer_tick(const RegisterState&);
|
||||
static bool pick_next();
|
||||
static void pick_next_and_switch_now();
|
||||
static void switch_now();
|
||||
|
||||
Reference in New Issue
Block a user