fix bug in codegen: foreach/forindex(id;vec/hash) may cause segmentation fault because of incorrect generated operand

This commit is contained in:
ValKmjolnir
2022-04-16 19:45:55 +08:00
parent ca073499ae
commit fc25dd69e1
5 changed files with 88 additions and 14 deletions
+2
View File
@@ -1,6 +1,8 @@
#ifndef __NASAL_H__
#define __NASAL_H__
#define __nasver "9.0"
#include <stdint.h>
#include <unistd.h>
#include <stdlib.h>