Roberto Ierusalimschy 96f9643f33 Bug: wrong 'nCcalls' when resuming a coroutine
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.
2018-07-11 16:11:50 -03:00
2018-07-10 13:48:19 -03:00
all
2018-07-09 12:33:01 -03:00
2018-06-08 13:23:18 -03:00
2018-04-04 11:23:41 -03:00
2018-03-02 15:25:00 -03:00
2018-04-04 11:23:41 -03:00
2018-04-04 11:23:41 -03:00
2018-06-15 11:13:45 -03:00
2018-01-28 13:13:26 -02:00
2018-04-04 11:23:41 -03:00
2018-04-04 11:23:41 -03:00
2018-03-16 11:23:08 -03:00
2018-06-19 16:23:57 -03:00
2018-07-09 12:41:24 -03:00
2018-06-18 15:25:19 -03:00
Description
No description provided
18 MiB
Languages
C 67.3%
Lua 32.1%
Makefile 0.6%