summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-06-29 22:59:28 -0400
committerLLLL Colonq <llll@colonq>2026-06-29 22:59:28 -0400
commit1d4447bcd888dd0bd20cf4b6dd7f9192145debf0 (patch)
treeee17e782943bed78bdf461c7fe876712127a0d28 /src/main.c
parent8909986b89eaac74bb4cd8dc7019f96e4f650470 (diff)
Refactor data structures
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);