]> git.proxmox.com Git - qemu.git/blobdiff - target-s390x/translate.c
target-s390x: Add missing tcg_temp_free_i64() in disas_s390_insn(), opc == 0x8e
[qemu.git] / target-s390x / translate.c
index f3f42a9cdc8905ce6eb5e1a4610390eca725bb05..c5a3930243937358ff9b799ee6b59034e08fb289 100644 (file)
@@ -4596,6 +4596,8 @@ static void disas_s390_insn(DisasContext *s)
         store_reg32(r1, tmp32_1);
         tcg_gen_trunc_i64_i32(tmp32_2, tmp2);
         store_reg32(r1 + 1, tmp32_2);
+        tcg_temp_free_i64(tmp);
+        tcg_temp_free_i64(tmp2);
         break;
     case 0x98: /* LM     R1,R3,D2(B2)     [RS] */
     case 0x90: /* STM    R1,R3,D2(B2)     [RS] */