]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/i386/asm.h
xnu-517.tar.gz
[apple/xnu.git] / osfmk / i386 / asm.h
index 6f2928ccf035be145a5cbfebd29194cc3ba13c1d..62cc04096db6fa43ffe701bc402038f863165369 100644 (file)
@@ -85,7 +85,7 @@
 
 /* There is another definition of ALIGN for .c sources */
 #ifdef ASSEMBLER
-#define ALIGN 2
+#define ALIGN 2,0x90
 #endif /* ASSEMBLER */
 
 #ifndef FALIGN
                        .align ALIGN;\
                        LBc(x, 8) .long 0;\
                        .text;\
-                       movl $LBb(x,8),%edx;\
+                       movl LBb(x,8),%edx;\
                        call *EXT(_mcount_ptr);
 
 #endif /* GPROF */