mirror of
https://github.com/lua/lua.git
synced 2026-07-01 19:49:27 +00:00
96f9643f330a4bf0f8cd1973fecdd7161ffbbf68
The counter 'nCcalls' now includes the number of CallInfo structures pre-allocated (so that these "potential" C calls can be made without checking 'nCcalls'). So, when copying this value from a thread to another, in 'lua_resume', it must be corrected to the number of CallInfo structures in the thread being resumed.
Description
No description provided
Languages
C
66.4%
Lua
33%
Makefile
0.6%