Compile fix for BE targets, no whatsnew

This commit is contained in:
Ryan Holtz 2011-01-02 04:59:27 +00:00
parent bce9959741
commit 744b688805

View File

@ -40,7 +40,7 @@
#define FORMAT_IA 3
#define FORMAT_I 4
#if LSB_FIRST
#ifdef LSB_FIRST
#define BYTE_XOR_DWORD_SWAP 7
#define WORD_XOR_DWORD_SWAP 3
#else