Ensure proper alignment with 'CacheBlockBytes' in charcount test

This commit is contained in:
Alfonso Rodriguez
2021-04-09 20:12:19 +02:00
parent 45684f1b87
commit dae8c12c60

View File

@@ -1,6 +1,6 @@
#include "rocc.h"
char string[64] = "The quick brown fox jumped over the lazy dog";
char string[64] __attribute__ ((aligned (64))) = "The quick brown fox jumped over the lazy dog";
static inline unsigned long count_chars(char *start, char needle)
{