Fixed inverted BaS source and destination.

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

View File

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