wwww
Revision | 5fa3d7382a9d93b69fb964d116a9f931cc4c2684 (tree) |
---|---|
Time | 2016-08-24 21:34:12 |
Author | sparky4 <sparky4@cock...> |
Commiter | sparky4 |
wwww polished vrstest.c
@@ -52,7 +52,7 @@ void main() { | ||
52 | 52 | struct vrl1_vgax_header huge *curr_vrl; |
53 | 53 | struct vrl_container *vrl; |
54 | 54 | int success; |
55 | - word w=1; | |
55 | + word w=0; | |
56 | 56 | |
57 | 57 | |
58 | 58 |
@@ -177,9 +177,9 @@ void main() { | ||
177 | 177 | { |
178 | 178 | switch(w) |
179 | 179 | { |
180 | - case 16384: | |
180 | + case 1024: | |
181 | 181 | modexPalUpdate0(pal); |
182 | - w=1; | |
182 | + w=0; | |
183 | 183 | default: |
184 | 184 | w++; |
185 | 185 | break; |