]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/arm/translate-a64.h
target/arm: Fix temp double-free in sve ldr/str
[mirror_qemu.git] / target / arm / translate-a64.h
index 49e4865918df1c2ff397fa1d5ca3f6516f21028c..647f0c74f62071431155d42f7fcfb34da0ead2f8 100644 (file)
@@ -30,6 +30,7 @@ void unallocated_encoding(DisasContext *s);
     } while (0)
 
 TCGv_i64 new_tmp_a64(DisasContext *s);
+TCGv_i64 new_tmp_a64_local(DisasContext *s);
 TCGv_i64 new_tmp_a64_zero(DisasContext *s);
 TCGv_i64 cpu_reg(DisasContext *s, int reg);
 TCGv_i64 cpu_reg_sp(DisasContext *s, int reg);