[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: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 17 Apr 2020 10:41:46 -0300
> 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 :-)
-- Roberto