Re: LuaJIT 2.0.5: Strange crash (probably my fault but ..)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: LuaJIT 2.0.5: Strange crash (probably my fault but ..)
- From: Patrick Donnelly <batrick@...>
- Date: 2011年1月24日 14:16:54 -0500
On Mon, Jan 24, 2011 at 2:14 PM, Patrick Donnelly <batrick@batbytes.com> wrote:
> Your docall has an off-by-one error. base should be "lua_gettop(L)-narg+1".
Sorry, there is no off-by-one error. Please ignore :).
--
- Patrick Donnelly