1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

add-MIPSEB-to-icarus-for-BIG_ENDIAN

This commit is contained in:
Xiangfu 2012-05-11 11:04:28 +08:00
parent 9414fa7c18
commit b1785d1f07

View File

@ -350,7 +350,7 @@ static uint64_t icarus_scanhash(struct thr_info *thr, struct work *work,
return ESTIMATE_HASHES;
}
#ifndef __BIG_ENDIAN__
#if !defined (__BIG_ENDIAN__) && !defined(MIPSEB)
nonce = swab32(nonce);
#endif