Fix weird pagebreak bug
This commit is contained in:
parent
5a97613bab
commit
7d9ee3b833
1 changed files with 1 additions and 1 deletions
2
lapic.c
2
lapic.c
|
@ -47,8 +47,8 @@ lapicw(int index, int value)
|
||||||
lapic[index] = value;
|
lapic[index] = value;
|
||||||
lapic[ID]; // wait for write to finish, by reading
|
lapic[ID]; // wait for write to finish, by reading
|
||||||
}
|
}
|
||||||
|
|
||||||
//PAGEBREAK!
|
//PAGEBREAK!
|
||||||
|
|
||||||
void
|
void
|
||||||
lapicinit(int c)
|
lapicinit(int c)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue