From 2c9459d16710b330143aea308283d5a93f1ee264 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Wed, 30 Jun 2010 22:29:02 +0000 Subject: [PATCH] While functions are ideally aligned to a 32-byte boundary, don't assume this to be the case. --- sys/ia64/include/profile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/ia64/include/profile.h b/sys/ia64/include/profile.h index 73ce5782ee8f..cdf1434b05c3 100644 --- a/sys/ia64/include/profile.h +++ b/sys/ia64/include/profile.h @@ -32,7 +32,7 @@ #define _MCOUNT_DECL void __mcount #define MCOUNT -#define FUNCTION_ALIGNMENT 32 +#define FUNCTION_ALIGNMENT 16 typedef unsigned long fptrdiff_t;