target-sparc: Fix address masking in ldqf and stqf.
commit41db525e9c6e4c98d6e41c403c7dc704ce0e77aa
authorRichard Henderson <rth@twiddle.net>
Fri, 23 Apr 2010 05:56:42 +0000 (22 22:56 -0700)
committerBlue Swirl <blauwirbel@gmail.com>
Fri, 23 Apr 2010 18:38:04 +0000 (23 18:38 +0000)
tree49638aca1b2c81b01202dd528c7c580d831e369c
parent6c557ab975fc8e5edb4167a241266c7c4657054a
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>
target-sparc/op_helper.c