mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 14:00:35 +00:00
Merge pull request #1098 from gradha/pr_fixes_debugger_typo
Fixes typo to be able to use debugger.
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user