mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-02 02:10:19 +02:00
Fix typo in previous commit, doh
This commit is contained in:
parent
d2c15dd6cd
commit
ef7abb568a
1 changed files with 1 additions and 1 deletions
|
@ -1215,7 +1215,7 @@ clear_literal_pool(struct jit_literal_pool *pool)
|
|||
pool->deadline = -1;
|
||||
pool->size = 0;
|
||||
pool->byte_size = 0;
|
||||
memset(pool->entries, 0, sizeof(pool->entries[0]) * pool.size);
|
||||
memset(pool->entries, 0, sizeof(pool->entries[0]) * pool->size);
|
||||
}
|
||||
|
||||
#define INITIAL_LITERAL_POOL_CAPACITY 12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue