guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/02: Clear missing bit from literal pool


From: Andy Wingo
Subject: [Guile-commits] 01/02: Clear missing bit from literal pool
Date: Tue, 21 May 2019 06:25:27 -0400 (EDT)

wingo pushed a commit to branch master
in repository guile.

commit 723f70ee1176109ac8fdc57094ed70c4cf1cafd8
Author: Andy Wingo <address@hidden>
Date:   Tue May 21 12:24:20 2019 +0200

    Clear missing bit from literal pool
---
 lightening/lightening.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lightening/lightening.c b/lightening/lightening.c
index 572976f..588e0c3 100644
--- a/lightening/lightening.c
+++ b/lightening/lightening.c
@@ -1233,6 +1233,7 @@ clear_literal_pool(struct jit_literal_pool *pool)
 {
   pool->deadline = -1;
   pool->size = 0;
+  pool->byte_size = 0;
 }
 
 static void



reply via email to

[Prev in Thread] Current Thread [Next in Thread]