commit | 41db525e9c6e4c98d6e41c403c7dc704ce0e77aa | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Thu Apr 22 22:56:42 2010 -0700 |
committer | Blue Swirl <blauwirbel@gmail.com> | Fri Apr 23 18:38:04 2010 +0000 |
tree | 49638aca1b2c81b01202dd528c7c580d831e369c | |
parent | 6c557ab975fc8e5edb4167a241266c7c4657054a [diff] |
target-sparc: Fix address masking in ldqf and stqf. Use address_mask on both addr and addr+8 in both these routines, rather than explicit masking with 0xffffffff. Reformulate address_mask to return a result, rather than masking a pass-by-reference argument. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>