diff options
author | daan <daanl@outlook.com> | 2019-08-15 11:49:56 -0700 |
---|---|---|
committer | daan <daanl@outlook.com> | 2019-08-15 11:49:56 -0700 |
commit | f2bafbc57f0604c74bf47fbd105d16a7bb951bcc (patch) | |
tree | df468ad02cde2933343defcea99d9729a7c16b0d /src/static.c | |
parent | bbd81bbbd1bbe1de30b09dcfc6da22f31c4f5768 (diff) |
wip: new segment allocation
Diffstat (limited to 'src/static.c')
-rw-r--r-- | src/static.c | 2 |
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" |