Re: [Qemu-devel] [PATCH v2] target-arm: Use new qemu_ld/st opcodes

2013-12-10 Thread Peter Maydell
On 9 December 2013 22:37, Richard Henderson wrote: > Retain the existing gen_aa32_* inlines, to aid compilation for A64. > > Cc: Peter Maydell > Signed-off-by: Richard Henderson > -- Reviewed-by: Peter Maydell and applied to target-arm.next. thanks -- PMM

[Qemu-devel] [PATCH v2] target-arm: Use new qemu_ld/st opcodes

2013-12-09 Thread Richard Henderson
Retain the existing gen_aa32_* inlines, to aid compilation for A64. Cc: Peter Maydell Signed-off-by: Richard Henderson --- Changes v1-v2: * Fixed mistakenly deleted temp_free in gen_aa32_ld. r~ target-arm/translate.c | 56 ++ 1 file changed