target-mips: cleanup load/store operations
authorAurelien Jarno <aurelien@aurel32.net>
Tue, 9 Oct 2012 19:53:20 +0000 (21:53 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 31 Oct 2012 21:20:47 +0000 (22:20 +0100)
commit2910c6cbaacf7b9d54be3ce8ca03d68db45767bb
treebcc0b3681bd6f60a71bc48e218a3735220278b87
parent5f7319cd84ecb82f65c67dd1033ec27647fcb7db
target-mips: cleanup load/store operations

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.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-mips/translate.c