summaryrefslogtreecommitdiff
path: root/src/vm/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/hash.h')
-rw-r--r--src/vm/hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/hash.h b/src/vm/hash.h
index 8929c5c0a9..2fd4418d67 100644
--- a/src/vm/hash.h
+++ b/src/vm/hash.h
@@ -491,7 +491,7 @@ public:
{
LIMITED_METHOD_DAC_CONTRACT;
- for (m_pBucket = m_pBucket;m_pBucket < m_pSentinel; m_pBucket++)
+ for (;m_pBucket < m_pSentinel; m_pBucket++)
{ //loop thru all buckets
for (m_id = m_id+1; m_id < 4; m_id++)
{ //loop through all slots