Re: [lua-5.2.0-work4] definition of CREATE_Ax(o,a)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [lua-5.2.0-work4] definition of CREATE_Ax(o,a)
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2010年10月20日 17:03:21 -0200
> lopcodes.h (CREATE_Ax) [124]:
>
> #define CREATE_Ax(o,a) ((cast(Instruction, o)<<POS_OP) \
> | (cast(Instruction, a)<<POS_A))
>
> There is a POS_Ax defined, so I guess the above ought to use POS_Ax
> instead of POS_A.
Thanks.
-- Roberto