aarch64 CPU arch / ThunderX platform initial support
[vpp.git] / vppinfra / vppinfra / test_longjmp.c
index 40b1440..299de25 100644 (file)
@@ -92,7 +92,7 @@ static uword f3 (uword arg)
 
 static void test_calljmp (unformat_input_t * input)
 {
-  static u8 stack[32*1024];
+  static u8 stack[32*1024] __attribute__((aligned(16)));
   uword v;
 
   v = clib_calljmp (f3, 0, stack + sizeof (stack));