[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.3 OP_TEST / OP_TESTSET comment in lopcodes.h
- From: Dibyendu Majumdar <mobile@...>
- Date: Fri, 17 Apr 2020 17:32:20 +0100
On Fri, 17 Apr 2020 at 15:42, Roberto Ierusalimschy
<roberto@inf.puc-rio.br> wrote:
>
> > Kristopher38 brought to my attention that my Lua 5.3 bytecode
> > reference is incorrect regarding these two op codes. Details of the
> > issue are here:
> >
> > https://github.com/dibyendumajumdar/ravi/issues/184
> >
> > >From my initial look, Kristopher38 appears to be correct.
> > But that implies the comment regarding the opcodes OP_TEST /
> > OP_TESTSET in lopcodes.h might be incorrect?
>
> Yes, they seem wrong. It wouldn't be the first time a comment is wrong :-)
>
Okay thanks for the confirmation. Much appreciated.
Regards