mirror of
https://github.com/lua/lua
synced 2025-04-02 02:52:55 +03:00

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
67.3%
Lua
32.1%
Makefile
0.6%