summaryrefslogtreecommitdiff
path: root/src/static.c
diff options
context:
space:
mode:
authordaan <daanl@outlook.com>2019-08-15 11:49:56 -0700
committerdaan <daanl@outlook.com>2019-08-15 11:49:56 -0700
commitf2bafbc57f0604c74bf47fbd105d16a7bb951bcc (patch)
treedf468ad02cde2933343defcea99d9729a7c16b0d /src/static.c
parentbbd81bbbd1bbe1de30b09dcfc6da22f31c4f5768 (diff)
wip: new segment allocation
Diffstat (limited to 'src/static.c')
-rw-r--r--src/static.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static.c b/src/static.c
index f1656fa..df906e0 100644
--- a/src/static.c
+++ b/src/static.c
@@ -15,7 +15,7 @@ terms of the MIT license. A copy of the license can be found in the file
// functions (on Unix's).
#include "stats.c"
#include "os.c"
-#include "memory.c"
+//#include "memory.c"
#include "segment.c"
#include "page.c"
#include "heap.c"