summaryrefslogtreecommitdiff
path: root/src/upb_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/upb_table.c')
-rw-r--r--src/upb_table.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/upb_table.c b/src/upb_table.c
index 063b0b6..036d175 100644
--- a/src/upb_table.c
+++ b/src/upb_table.c
@@ -109,6 +109,7 @@ static void intinsert(struct upb_inttable *t, struct upb_inttable_entry *e)
evictee_e->next = empty_bucket;
break;
}
+ evictee_e = intent(t, evictee_e->next);
}
/* table_e remains set to our mainpos. */
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback