Fixes typo to be able to use debugger.

This commit is contained in:
Grzegorz Adam Hankiewicz
2014-04-15 21:22:35 +02:00
parent 9e7c0fd2b0
commit 6baedfe946

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 =