lua-users home
lua-l archive

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


Mike Pall wrote:

> First try to delete the hole #if cruft and only use this line:
> 
> #define LUA_TVALUE_ALIGN        __attribute__ ((aligned(8)))
> 
> Then recompile everything.

That fixed it. Thank you! :)