update main.cpp and bug fix

This commit is contained in:
ValKmjolnir
2022-03-20 18:28:45 +08:00
parent 1d5e2f5654
commit d5d426d6eb
7 changed files with 37 additions and 54 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ struct nasal_ref
double num;
nasal_ref* addr;
nasal_val* gcobj;
}value;
} value;
// vm_none/vm_nil
nasal_ref(const uint8_t t=vm_none):type(t){}