[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Probably a weird question: Lua in big endian
- From: "pan shizhu" <pan.shizhu@...>
- Date: Thu, 18 Dec 2008 12:32:45 +0800
I believe this has nothing to do with big-endian.
Your problem seems to be somewhat related to word-alignment. probably your memcpy, strcpy or related stuffs in your libc are broken.