[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [lua-5.2.0-work4] definition of CREATE_Ax(o,a)
- From: KHMan <keinhong@...>
- Date: Thu, 21 Oct 2010 02:58:03 +0800
Hi all,
Another bit of lua-5.2.0-work4 feedback, a quick search of the
list archives didn't turn up anything.
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.
--
Cheers,
Kein-Hong Man (esq.)
Kuala Lumpur, Malaysia