summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/fastmemcpybench.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/TOOLS/fastmemcpybench.c b/TOOLS/fastmemcpybench.c
index 2d8ac2b03d..ece7e3e4b2 100644
--- a/TOOLS/fastmemcpybench.c
+++ b/TOOLS/fastmemcpybench.c
@@ -105,9 +105,9 @@ int main( void )
mga_init();
marr1 = &frame[3];
#else
- marr1 = &arr1[3];
+ marr1 = &arr1[0];
#endif
- marr2 = &arr2[9];
+ marr2 = &arr2[0];
for(i=0; i<ARR_SIZE-16; i++) marr1[i] = marr2[i] = i;