# HG changeset patch # User michael # Date 1006516840 0 # Node ID aa361482f2f1de31c6031b22d800ce974bf5415b # Parent 182163807172a63370ea79dc7bb3752c9b0c35d9 missaligned arrays, as nick requested diff -r 182163807172 -r aa361482f2f1 TOOLS/fastmemcpybench.c --- a/TOOLS/fastmemcpybench.c Fri Nov 23 01:41:45 2001 +0000 +++ b/TOOLS/fastmemcpybench.c Fri Nov 23 12:00:40 2001 +0000 @@ -21,7 +21,6 @@ //#define ARR_SIZE 100000 #define ARR_SIZE (1024*768*2) - #ifdef HAVE_MGA #include "../drivers/mga_vid.h" @@ -107,9 +106,9 @@ mga_init(); marr1 = &frame[3]; #else - marr1 = &arr1[0]; + marr1 = &arr1[3]; #endif - marr2 = &arr2[0]; + marr2 = &arr2[9]; for(i=0; i