hedgewars/uSHA.pas
changeset 3407 dcc129c4352e
parent 3369 c7289e42f0ee
--- a/hedgewars/uSHA.pas	Sun May 02 20:30:23 2010 +0000
+++ b/hedgewars/uSHA.pas	Sun May 02 22:00:50 2010 +0000
@@ -68,7 +68,9 @@
     W: array[0..79] of LongWord;
     i, t: LongWord;
 begin
+{$HINTS OFF}
 move(Context.H, S, sizeof(S));
+{$HINTS ON}
 for i:= 0 to 15 do
     SDLNet_Write32(PLongWordArray(@Context.Buf)^[i], @W[i]);