mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
xd: fix swizz8 loop counting
This commit is contained in:
parent
4056d6be4d
commit
20c14efad6
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ swizz8(void)
|
||||||
*q++ = *p++;
|
*q++ = *p++;
|
||||||
p = data;
|
p = data;
|
||||||
q = swdata;
|
q = swdata;
|
||||||
for(i=0; i<8; i++){
|
for(i=0; i<2; i++){
|
||||||
p[0] = q[7];
|
p[0] = q[7];
|
||||||
p[1] = q[6];
|
p[1] = q[6];
|
||||||
p[2] = q[5];
|
p[2] = q[5];
|
||||||
|
|
Loading…
Reference in a new issue