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 <aurel...@aurel32.net> > --- > target-mips/translate.c | 91 > ++++++++++++++++------------------------------- > 1 file changed, 31 insertions(+), 60 deletions(-)
Reviewed-by: Richard Henderson <r...@twiddle.net> r~