aboutsummaryrefslogtreecommitdiff
path: root/node.c
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2019-10-09 00:48:44 -0400
committerTucker Evans <tuckerevans24@gmail.com>2019-10-09 00:58:37 -0400
commit4fad63bffa5d91f566737090e3476cddbf59ed3b (patch)
tree9b3a08b67af0f1deba694518c683d4bb9c89b663 /node.c
parentabae0a645f4272a1052b939ee47f2a07d90b2002 (diff)
Fix changes mov to movq
Diffstat (limited to 'node.c')
-rw-r--r--node.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/node.c b/node.c
index bde1ed6..da51455 100644
--- a/node.c
+++ b/node.c
@@ -20,6 +20,8 @@ char *str;
p->func_info = NULL;
p->array_info = NULL;
+ p->offset = 0;
+
return p;
}