Cell: Fix off-by-one error in spu_dcache_fetch_unaligned
authorIan Romanick <idr@us.ibm.com>
Wed, 20 Feb 2008 22:45:08 +0000 (14:45 -0800)
committerIan Romanick <idr@us.ibm.com>
Thu, 21 Feb 2008 18:43:45 +0000 (10:43 -0800)
commit2d1f086c12b6d64f5c3fb80474f26775aeb71370
treeb3b95ed628b4e61ababa866f6af310bdbf6b75fb
parent7c74037852a484a8a50e8bc540b954a624de4d33
Cell: Fix off-by-one error in spu_dcache_fetch_unaligned

An off-by-one error caused an extra qword to be fetched under certain
alignment / size combinations.
src/gallium/drivers/cell/spu/spu_dcache.c
src/gallium/drivers/cell/spu/spu_exec.c