Fix weird pagebreak bug

This commit is contained in:
Austin Clements 2011-09-02 15:29:33 -04:00
parent 5a97613bab
commit 7d9ee3b833

View file

@ -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)
{ {