Merge branch 'devel' of https://github.com/Araq/Nimrod into devel

This commit is contained in:
Araq
2014-04-20 01:19:10 +02:00
43 changed files with 123 additions and 61 deletions

View File

@@ -178,7 +178,7 @@ proc hash(data: pointer, size: int): THash =
while s > 0:
h = h !& ord(p[i])
inc(i)
cec(s)
dec(s)
result = !$h
proc hashGcHeader(data: pointer): THash =