auto& instead of just auto
Grrr... I hate C++ sometimes. Thanks Aimee~.
This commit is contained in:
parent
d098bac16c
commit
9bb7e91b66
2 changed files with 4 additions and 4 deletions
|
@ -35,7 +35,7 @@ InterruptHandler::InterruptHandler()
|
|||
void
|
||||
InterruptHandler::initialize()
|
||||
{
|
||||
auto console = kernel::Console::systemConsole();
|
||||
auto& console = kernel::Console::systemConsole();
|
||||
|
||||
mIDT.load();
|
||||
console.writeString("Interrupt table loaded\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue