Re: Probably a weird question: Lua in big endian
[
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: 2008年12月18日 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.