Rename Pager -> PageAllocator

This commit is contained in:
Eryn Wells 2016-04-25 10:31:42 -04:00
parent cb78f4cfaa
commit 7414aec667
3 changed files with 1 additions and 1 deletions

View file

@ -26,7 +26,7 @@ files = [
'memory/FrameAllocator.cc',
'memory/Memory.cc',
'memory/Pager.cc',
'memory/PageAllocator.cc',
]
toolchain_bin = Dir(os.environ['POLKA_TOOLCHAIN']).Dir('bin')