qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] aeab8e: target/arm: fix TCG leak for fcvt hal


From: Alex Bennée
Subject: [Qemu-commits] [qemu/qemu] aeab8e: target/arm: fix TCG leak for fcvt half->double
Date: Fri, 31 Jan 2020 09:45:20 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: aeab8e5eb220cc5ff84b0b68b9afccc611bf0fcd
      
https://github.com/qemu/qemu/commit/aeab8e5eb220cc5ff84b0b68b9afccc611bf0fcd
  Author: Alex Bennée <address@hidden>
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
    M target/arm/translate-a64.c

  Log Message:
  -----------
  target/arm: fix TCG leak for fcvt half->double

When support for the AHP flag was added we inexplicably only freed the
new temps in one of the two legs. Move those tcg_temp_free to the same
level as the allocation to fix that leak.

Fixes: 486624fcd3eac
Signed-off-by: Alex Bennée <address@hidden>
Message-id: address@hidden
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Signed-off-by: Peter Maydell <address@hidden>





reply via email to

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