diff options
author | Araq <rumpf_a@web.de> | 2014-04-20 01:19:10 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-04-20 01:19:10 +0200 |
commit | 05e89ffceb4a0cb85b59eb1ca34d27b0d5cb63dd (patch) | |
tree | 2f0604f731a07ce17b3f6af06b268d67095d4259 /lib/system | |
parent | 9a2704056a03fb39c2b4a212cf9b15ae6b411544 (diff) | |
parent | 1f9f34b9a747b313a85c1e9a15e3a0fdb5f2255a (diff) | |
download | Nim-05e89ffceb4a0cb85b59eb1ca34d27b0d5cb63dd.tar.gz |
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Diffstat (limited to 'lib/system')
-rw-r--r-- | lib/system/debugger.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system/debugger.nim b/lib/system/debugger.nim index b5cb5e9ba..af7b6d515 100644 --- a/lib/system/debugger.nim +++ b/lib/system/debugger.nim @@ -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 = |