chiark / gitweb /
[PATCH] klibc: version 0.211
[elogind.git] / klibc / klibc / arch / i386 / syscall.S
index f8fa7b4dd3aab71402575bad1ccd4b218ca666e7..0634e8208aeadc5abd888d4fce153f3ab523fc5c 100644 (file)
@@ -14,7 +14,7 @@
        .globl  __syscall_common
        .type   __syscall_common,@function
 __syscall_common:
-#ifdef REGPARM
+#ifdef _REGPARM
        xchgl   %ebx,(%esp)
 #else
        popl    %eax
@@ -24,7 +24,7 @@ __syscall_common:
        pushl   %edi
        pushl   %ebp
 
-#ifdef REGPARM
+#ifdef _REGPARM
        xchgl   %eax,%ebx
        xchgl   %ecx,%edx
        movl    ARG(0),%esi