While functions are ideally aligned to a 32-byte boundary, don't

assume this to be the case.
This commit is contained in:
Marcel Moolenaar 2010-06-30 22:29:02 +00:00
parent b827058579
commit 2c9459d167
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=209617

View File

@ -32,7 +32,7 @@
#define _MCOUNT_DECL void __mcount
#define MCOUNT
#define FUNCTION_ALIGNMENT 32
#define FUNCTION_ALIGNMENT 16
typedef unsigned long fptrdiff_t;