view asmalign.h @ 18355:385b3505ac41

1.1276: Consistency for the 'i' key, [does not apply] document vglobal, aglobal and i_certify_that_i_am_the_longest_option_ever. 1.1275: Small grammar fix introduced by my previous commit :/ [does not apply] 1.1274: Small clarification to the i keystroke description [previously commited]
author kraymer
date Sun, 30 Apr 2006 13:16:17 +0000
parents 7b408d60de9e
children
line wrap: on
line source

#ifdef SYS_DARWIN
#define ASMALIGN8  ".align 3\n\t"
#define ASMALIGN16 ".align 4\n\t"
#else
#define ASMALIGN8  ".balign 8\n\t"
#define ASMALIGN16 ".balign 16\n\t"
#endif