commit | 18bba4dc781a273c2c1ff5baec2909c214e2e0fa | [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 | 673d86e4fa0c85143310e670f40dafd6afcae5b7 | |
parent | 3cee3050ce2d79837fa286a730a54e2a8b9dc5dc [diff] |
target-mips: simplify load/store microMIPS helpers load/store microMIPS helpers are reinventing the wheel. Call do_lw, do_ll, do_sw and do_sl instead of using a macro calling the cpu_* load/store functions. Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>