fixed the fixedPageAlloc hack.
This commit is contained in:
parent
8ed909e79d
commit
7bc60c3ac4
1 changed files with 2 additions and 0 deletions
|
@ -84,6 +84,8 @@ void setupOperationsTable() {
|
|||
|
||||
operationsTable[OPERATION_ALLOC_BOUNDARY_TAG] = getAllocBoundaryTag();
|
||||
|
||||
operationsTable[OPERATION_FIXED_PAGE_ALLOC] = getFixedPageAlloc();
|
||||
|
||||
/*
|
||||
int i;
|
||||
|
||||
|
|
Loading…
Reference in a new issue