commit | 2910c6cbaacf7b9d54be3ce8ca03d68db45767bb | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Tue Oct 09 21:53:20 2012 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Wed Oct 31 22:20:47 2012 +0100 |
tree | bcc0b3681bd6f60a71bc48e218a3735220278b87 | |
parent | 5f7319cd84ecb82f65c67dd1033ec27647fcb7db [diff] |
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>