guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 07/34: Fix GPR temporary selection


From: Andy Wingo
Subject: [Guile-commits] 07/34: Fix GPR temporary selection
Date: Mon, 20 May 2019 09:55:51 -0400 (EDT)

wingo pushed a commit to branch master
in repository guile.

commit 7e0b0be1baae91bc6db11cc858812313c774b00b
Author: Andy Wingo <address@hidden>
Date:   Wed May 15 16:26:18 2019 +0200

    Fix GPR temporary selection
---
 lightening/lightening.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lightening/lightening.c b/lightening/lightening.c
index fe71c58..806fbe3 100644
--- a/lightening/lightening.c
+++ b/lightening/lightening.c
@@ -348,7 +348,7 @@ get_temp_gpr(jit_state_t *_jit)
 static jit_fpr_t
 get_temp_fpr(jit_state_t *_jit)
 {
-  switch(_jit->temp_gpr_saved++)
+  switch(_jit->temp_fpr_saved++)
     {
     case 0:
       return JIT_FTMP;



reply via email to

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