Browse Source

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

Con Kolivas 14 years ago
parent
commit
26dd7983f0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      phatk120222.cl

+ 2 - 2
phatk120222.cl

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