]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/i386/asm.h
xnu-792.10.96.tar.gz
[apple/xnu.git] / osfmk / i386 / asm.h
index fb714c558a2710f585c6c9beed4673c232a984c0..fcaffc0550068852ab2ad5c41ed4185fd5401b16 100644 (file)
@@ -72,6 +72,7 @@
 #define S_ARG1  8(%esp)
 #define S_ARG2 12(%esp)
 #define S_ARG3 16(%esp)
+#define S_ARG4 20(%esp)
 
 #define FRAME  pushl %ebp; movl %esp, %ebp
 #define EMARF  leave
@@ -85,7 +86,7 @@
 
 /* There is another definition of ALIGN for .c sources */
 #ifdef ASSEMBLER
-#define ALIGN 2,0x90
+#define ALIGN 4,0x90
 #endif /* ASSEMBLER */
 
 #ifndef FALIGN