Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
add-MIPSEB-to-icarus-for-BIG_ENDIAN
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangfu committed May 11, 2012
1 parent 9414fa7 commit b1785d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver-icarus.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b1785d1

Please sign in to comment.