summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/main.c b/main.c
index cf9f627..e9d7bd5 100644
--- a/main.c
+++ b/main.c
@@ -126,7 +126,9 @@ int main(int argc, char **argv) {
FILE *out_pkg = fopen("out.top", "wb");
exptr_create(&exptr, out_pkg);
exptr.export_locations = false;
-
+ exptr_start(&exptr, contents);
+ /* export_len(&exptr, 1782); */
+ /* export_u8(&exptr, 0xab); */
#endif
if (!block_enter(NULL, f.stmts, SCOPE_CHECK_REDECL)) /* enter global scope */
return false;