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

An extra change snuck into the phatk kernel that was unintentional.

This commit is contained in:
Con Kolivas 2012-02-23 09:29:38 +11:00
parent 93459839c8
commit 26dd7983f0

View File

@ -168,8 +168,8 @@ void search( const uint state0, const uint state1, const uint state2, const uint
{ {
u W[132]; u W[124];
u *Vals=&W[124]; u Vals[8];
//Dummy Variable to prevent compiler from reordering between rounds //Dummy Variable to prevent compiler from reordering between rounds
u t1; u t1;