« Previous | Next » 

Revision 25aeb69b

ID25aeb69b8d3cca341007a2f63d068885b3d4802b

Added by Juha Riihimäki over 14 years ago

target-arm: fix incorrect temporary variable freeing

tmp4 and tmp5 temporary variables are allocated using tcg_const_i32
but incorrectly released using dead_tmp which will cause resource
leak tracking to report false leaks.

Signed-off-by: Juha Riihimäki <>
Acked-by: Laurent Desnogues <>
Signed-off-by: Aurelien Jarno <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences