lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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