summaryrefslogtreecommitdiffstats
path: root/sys/arm/include/profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm/include/profile.h')
-rw-r--r--sys/arm/include/profile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/include/profile.h b/sys/arm/include/profile.h
index 0c5a767..c465ba6 100644
--- a/sys/arm/include/profile.h
+++ b/sys/arm/include/profile.h
@@ -60,7 +60,7 @@ typedef u_long fptrdiff_t;
#define MCOUNT \
__asm__(".text"); \
- __asm__(".align 0"); \
+ __asm__(".align 2"); \
__asm__(".type __mcount ,%function"); \
__asm__(".global __mcount"); \
__asm__("__mcount:"); \
OpenPOWER on IntegriCloud