Windows fix

This commit is contained in:
Kevin Tew 2010-06-16 10:51:07 -06:00
parent 765d573441
commit 0e664e7c0b

View File

@ -223,7 +223,6 @@ static size_t mmu_memory_allocated(MMU *mmu) {
}
#if ( defined(_WIN32) || defined(OSKIT) )
page_range_flush(mmu->page_range, MMU_WRITABLE);
static void mmu_memory_allocated_inc(MMU *mmu, long amt) {
mmu->memory_allocated += amt;
}