got new allocations working on linux

master
Allen Webster 2017-07-18 19:20:42 -04:00
parent 94b8b70472
commit 8b90f90480
1 changed files with 2 additions and 2 deletions

View File

@ -12,9 +12,9 @@
internal b32
system_memory_init(){
#if defined(FRED_INTERNAL)
# if defined(BUILD_X64)
# if defined(FTECH_64_BIT)
void *bases[] = { (void*)TB(1), (void*)TB(2), };
# elif defined(BUILD_X86)
# elif defined(FTECH_32_BIT)
void *bases[] = { (void*)MB(96), (void*)MB(98), };
# endif
#else