mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-26 21:08:45 +08:00
delete lstk&fstk, store local address and function on stack and in vm registers
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user