summaryrefslogtreecommitdiff
path: root/pit/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'pit/src/main.c')
-rw-r--r--pit/src/main.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/pit/src/main.c b/pit/src/main.c
index af759b6..74c2f03 100644
--- a/pit/src/main.c
+++ b/pit/src/main.c
@@ -7,11 +7,8 @@
#include <lcq/pit/runtime.h>
#include <lcq/pit/library.h>
-typedef char *mystr;
-PIT_DECLARE_HASHTABLE(mystr, double)
-
int main(int argc, char **argv) {
- i64 sz = 256 * 1024 * 1024;
+ i64 sz = 4 * 1024 * 1024;
u8 *buf = malloc((size_t) sz);
pit_runtime *rt = pit_runtime_new(buf, sz);
pit_install_library_essential(rt);