This website works better with JavaScript
Home
Explore
Help
Sign In
c
/
LuaJIT
mirror of
https://github.com/LuaJIT/LuaJIT.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Add missing GC steps for template table creation.
Mike Pall
12 years ago
parent
16f23458bc
commit
2ad9834df6
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
src/lj_parse.c
+ 1
- 0
src/lj_parse.c
View File
@@ -1825,6 +1825,7 @@ static void expr_table(LexState *ls, ExpDesc *e)
}
}
}
}
}
}
+ lj_gc_check(fs->L);
}
}
}
}