]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Align VG_(threads)[]
authorBart Van Assche <bvanassche@acm.org>
Sun, 17 Jun 2012 05:51:48 +0000 (05:51 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sun, 17 Jun 2012 05:51:48 +0000 (05:51 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12648

coregrind/m_threadstate.c

index bd5b67e89f7584a9dfc083163b175cbaf6751bbe..a78506b959fb46f61278bc7598df2cba27e5ecfd 100644 (file)
@@ -44,7 +44,7 @@
 
 ThreadId VG_(running_tid) = VG_INVALID_THREADID;
 
-ThreadState VG_(threads)[VG_N_THREADS];
+ThreadState VG_(threads)[VG_N_THREADS] __attribute__((aligned(32)));
 
 /*------------------------------------------------------------*/
 /*--- Operations.                                          ---*/