jgarzik / cpuminer

CPU miner for bitcoin
Other
956 stars 2.35k forks source link

Remove extra parameter from scanhash_asm32. #43

Closed rbrito closed 11 years ago

rbrito commented 11 years ago

This unsigned char *hash1 was preventing compilation on ia32 systems and it seems to be (apparently) unneeded according to my tests.

This fixes #41.

Signed-off-by: Rogério Brito rbrito@ime.usp.br