Merge pull request #85 from peterh/master
big endian fix (rebase to dev from #84)
This commit is contained in:
commit
06ef07b469
@ -620,7 +620,7 @@ static unsigned ZSTD_NbCommonBytes (register size_t val)
|
||||
}
|
||||
else /* Big Endian CPU */
|
||||
{
|
||||
if (MEM_32bits())
|
||||
if (MEM_64bits())
|
||||
{
|
||||
# if defined(_MSC_VER) && defined(_WIN64)
|
||||
unsigned long r = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user