Had a bug in our implementation. If the list empties when the tail is at the last...
authorbdemsky <bdemsky>
Mon, 25 Oct 2004 15:52:42 +0000 (15:52 +0000)
committerbdemsky <bdemsky>
Mon, 25 Oct 2004 15:52:42 +0000 (15:52 +0000)
commitbfa6572a30b82fb1a430cb78e79a55ed93e4640a
tree39c592039b80fb3d1d2c2542f6b1e8521a7b3dc2
parentb8581255abd288fa590fe18d7424aeb82d945675
Had a bug in our implementation.  If the list empties when the tail is at the last position in a ListNode, the tail gets zeroed.  This should never happen.
Repair/RepairCompiler/MCC/Runtime/SimpleHash.cc