Fix buglet caused by shadowed global variable.
commit84dac2498c0d94211e0e1cc767502926bec19d14
authorDouglas Katzman <dougk@google.com>
Thu, 30 Mar 2017 17:29:12 +0000 (30 13:29 -0400)
committerDouglas Katzman <dougk@google.com>
Thu, 30 Mar 2017 17:35:01 +0000 (30 13:35 -0400)
tree5ef4e78fa7d1263e0dd783b472a6ad4b131d88ec
parent4fe75dde0def4bc37c8b94918a93f150cb500c20
Fix buglet caused by shadowed global variable.

The madvise() call at the last line of wipe_nonpinned_words() was rendered
useless, but there was no damage otherwise, because we don't rely on the
system call to actually zero out the bitmap of pins, as can be seen by the
fact that the code is inside an #ifdef.
src/runtime/gencgc.c