X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/43866e378188c25dd1e2208016ab3cbeb086ae6c..55e303ae13a4cf49d70f2294092726f2fffb9ef2:/osfmk/i386/asm.h diff --git a/osfmk/i386/asm.h b/osfmk/i386/asm.h index 6f2928ccf..62cc04096 100644 --- a/osfmk/i386/asm.h +++ b/osfmk/i386/asm.h @@ -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 @@ -158,7 +158,7 @@ .align ALIGN;\ LBc(x, 8) .long 0;\ .text;\ - movl $LBb(x,8),%edx;\ + movl LBb(x,8),%edx;\ call *EXT(_mcount_ptr); #endif /* GPROF */