On 10/05/2016 06:35 AM, Alex Bennée wrote:
> + addr = load_reg(s, rn); > + taddr = gen_aa32_addr(s, addr, opc);I think we are leaking this temp, shouldn't we free it once done?
Good catch. r~
On 10/05/2016 06:35 AM, Alex Bennée wrote:
> + addr = load_reg(s, rn); > + taddr = gen_aa32_addr(s, addr, opc);I think we are leaking this temp, shouldn't we free it once done?
Good catch. r~