chiark / gitweb /
[PATCH] klibc: version 0.211
[elogind.git] / klibc / klibc / arch / i386 / crt0.S
index 0f3a7db35edacad3b2d0cc5db4132c459d1c7094..fb02c694c094a10c82261e88e81922bf7087ce5d 100644 (file)
@@ -20,7 +20,7 @@ _start:
        push %ebp               # Keep gdb from getting confused
        push %ebp               # Keep gdb from getting confused
        # Push the arguments and called __libc_init()
-#ifndef REGPARM
+#ifndef _REGPARM
        push %edx               # atexit() function
        push %eax               # ELF array
 #endif