1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00

Merge remote-tracking branch 'lightening/master'

This commit is contained in:
Andy Wingo 2019-05-21 12:25:14 +02:00
commit 03ceca9a2b

View file

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