X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=klibc%2Fklibc%2Farch%2Fi386%2Fcrt0.S;h=fb02c694c094a10c82261e88e81922bf7087ce5d;hb=accff726856a0b3258a413d823a534f4f437e6b2;hp=0f3a7db35edacad3b2d0cc5db4132c459d1c7094;hpb=73028bc3322c9ec88e046c57e7b297fdd1c02b1a;p=elogind.git diff --git a/klibc/klibc/arch/i386/crt0.S b/klibc/klibc/arch/i386/crt0.S index 0f3a7db35..fb02c694c 100644 --- a/klibc/klibc/arch/i386/crt0.S +++ b/klibc/klibc/arch/i386/crt0.S @@ -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