Fix weird pagebreak bug

This commit is contained in:
Austin Clements 2011-09-02 15:29:33 -04:00
parent 5a97613bab
commit 7d9ee3b833
1 changed files with 1 additions and 1 deletions

View File

@ -47,8 +47,8 @@ lapicw(int index, int value)
lapic[index] = value;
lapic[ID]; // wait for write to finish, by reading
}
//PAGEBREAK!
void
lapicinit(int c)
{