Re: [Qemu-devel] [PATCH 05/14] target-mips: cleanup load/store operations

2012-10-10 Thread Richard Henderson
On 10/09/2012 01:27 PM, Aurelien Jarno wrote: > Load/store operations use macros for historical reasons. Now that there > is no point in keeping them, replace them by direct calls to qemu_ld/st. > > Signed-off-by: Aurelien Jarno > --- > target-mips/translate.c | 91 > -

[Qemu-devel] [PATCH 05/14] target-mips: cleanup load/store operations

2012-10-09 Thread Aurelien Jarno
Load/store operations use macros for historical reasons. Now that there is no point in keeping them, replace them by direct calls to qemu_ld/st. Signed-off-by: Aurelien Jarno --- target-mips/translate.c | 91 --- 1 file changed, 31 insertions(+), 60