Merge "We HAVE_LITTLE_ENDIAN."
This commit is contained in:
commit
e0f91c3731
@ -220,13 +220,8 @@ void printHexData(int32_t indent, const void *buf, size_t length,
|
|||||||
|
|
||||||
for (word = 0; word < bytesPerLine; ) {
|
for (word = 0; word < bytesPerLine; ) {
|
||||||
|
|
||||||
#ifdef HAVE_LITTLE_ENDIAN
|
|
||||||
const size_t startIndex = word+(alignment-(alignment?1:0));
|
const size_t startIndex = word+(alignment-(alignment?1:0));
|
||||||
const ssize_t dir = -1;
|
const ssize_t dir = -1;
|
||||||
#else
|
|
||||||
const size_t startIndex = word;
|
|
||||||
const ssize_t dir = 1;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
for (index = 0; index < alignment || (alignment == 0 && index < bytesPerLine); index++) {
|
for (index = 0; index < alignment || (alignment == 0 && index < bytesPerLine); index++) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user