guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 01/02: Unget temp xpr after mem->mem addend fixup


From: Andy Wingo
Subject: [Guile-commits] 01/02: Unget temp xpr after mem->mem addend fixup
Date: Sun, 28 Apr 2019 10:21:29 -0400 (EDT)

wingo pushed a commit to branch lightening
in repository guile.

commit 2a5d315ab93ba40f03a521178236ad6578964d94
Author: Andy Wingo <address@hidden>
Date:   Sun Apr 28 16:21:09 2019 +0200

    Unget temp xpr after mem->mem addend fixup
---
 lightening/lightening.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lightening/lightening.c b/lightening/lightening.c
index 8426672..a82e0ac 100644
--- a/lightening/lightening.c
+++ b/lightening/lightening.c
@@ -756,6 +756,7 @@ apply_addend(jit_state_t *_jit, jit_operand_t dst, 
jit_operand_t src)
       abi_mem_to_gpr(_jit, dst.abi, tmp, dst.loc.mem.base, dst.loc.mem.offset);
       jit_addi(_jit, tmp, tmp, operand_addend(src));
       abi_gpr_to_mem(_jit, dst.abi, dst.loc.mem.base, dst.loc.mem.offset, tmp);
+      unget_temp_gpr(_jit);
     }
     break;
   default:



reply via email to

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