Phase 25.1a: selfhost builder hotfix (fn rename, docs)
This commit is contained in:
@ -210,8 +210,8 @@ static box FuncLoweringBox {
|
||||
// Build additional functions JSON
|
||||
if func_jsons.length() > 0 {
|
||||
local fi = 0
|
||||
local fn = func_jsons.length()
|
||||
loop(fi < fn) {
|
||||
local func_len = func_jsons.length()
|
||||
loop(fi < func_len) {
|
||||
func_defs_mir = func_defs_mir + "," + ("" + func_jsons.get(fi))
|
||||
fi = fi + 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user