diff options
| author | LLLL Colonq <llll@colonq> | 2026-06-29 22:59:28 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-06-29 22:59:28 -0400 |
| commit | 1d4447bcd888dd0bd20cf4b6dd7f9192145debf0 (patch) | |
| tree | ee17e782943bed78bdf461c7fe876712127a0d28 /src/main.c | |
| parent | 8909986b89eaac74bb4cd8dc7019f96e4f650470 (diff) | |
Refactor data structures
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |
