Fixed inverted BaS source and destination.

This commit is contained in:
Vincent Rivière
2012-10-19 21:43:11 +00:00
parent 14f36c9510
commit ced6b5dc9f

View File

@@ -711,10 +711,10 @@ void initialize_hardware(void) {
do
{
*src++ = *dst++;
*src++ = *dst++;
*src++ = *dst++;
*src++ = *dst++;
*dst++ = *src++;
*dst++ = *src++;
*dst++ = *src++;
*dst++ = *src++;
} while (dst < &bas_end);
/* clear all addresses touched during copy from all cache lines */