Răsfoiți Sursa

* another shuffle fix

git-svn-id: trunk@3857 -
Jonas Maebe 19 ani în urmă
părinte
comite
8e5e1d8cdb
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      compiler/cgbase.pas

+ 1 - 1
compiler/cgbase.pas

@@ -656,7 +656,7 @@ implementation
         if shuffle.len=0 then
         if shuffle.len=0 then
           exit;
           exit;
         for i:=1 to shuffle.len do
         for i:=1 to shuffle.len do
-          shuffle.shuffles[i]:=(shuffle.shuffles[i] and $f0) or ((shuffle.shuffles[i] and $f0) shr 4);
+          shuffle.shuffles[i]:=(shuffle.shuffles[i] and $f) or ((shuffle.shuffles[i] and $f0) shr 4);
       end;
       end;