add arch btw

This commit is contained in:
2025-11-11 05:53:06 -06:00
parent 6edda0812b
commit 6c7cd9b754
5 changed files with 116 additions and 3 deletions

View File

@@ -5152,7 +5152,7 @@ namespace Tesses::CrossLang {
{
cse.back()->Push(gc,dict->CallMethod(ls, key, args));
cse.back()->Push(gc,dynDict->CallMethod(ls, key, args));
return false;
}