Re: Resumable VM patch updated for Lua 5.1-work6
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Resumable VM patch updated for Lua 5.1-work6
- From: Mike Pall <mikelu-0505@...>
- Date: 2005年5月24日 22:11:26 +0200
Hi,
Roberto Ierusalimschy wrote:
> > - Remove undefined lua_checkpc assertion.
>
> ??
Sorry, forgot to send this to you. Compilation with assertions
fails because of line 119 of ldo.c in function correctstack():
lua_assert(lua_checkpc(L, ci));
But, there is no definition for lua_checkpc anywhere in Lua 5.1-work6?
Bye,
Mike