summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 76da802..7517763 100644
--- a/src/main.c
+++ b/src/main.c
@@ -9,7 +9,6 @@
int main(int argc, char **argv) {
i64 sz = 256 * 1024 * 1024;
- // i64 sz = 32 * 1024;
u8 *buf = malloc((size_t) sz);
pit_runtime *rt = pit_runtime_new(buf, sz);
pit_install_library_essential(rt);