delete lstk&fstk, store local address and function on stack and in vm registers

This commit is contained in:
ValKmjolnir
2022-03-08 17:30:40 +08:00
parent 99f595e16f
commit 61666d275d
8 changed files with 101 additions and 55 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ nas_native(builtin_gc);
nasal_ref builtin_err(const char* func_name,std::string info)
{
std::cerr<<"[vm] "<<func_name<<": "<<info<<".\n";
return {vm_none,nullptr};
return {vm_none};
}
// register builtin function's name and it's address here in this table below