1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

Clear missing bit from literal pool

This commit is contained in:
Andy Wingo 2019-05-21 12:24:20 +02:00
parent f49752eac0
commit 723f70ee11

View file

@ -1233,6 +1233,7 @@ clear_literal_pool(struct jit_literal_pool *pool)
{
pool->deadline = -1;
pool->size = 0;
pool->byte_size = 0;
}
static void