chiark / gitweb /
[PATCH] klibc: version 0.211
[elogind.git] / klibc / klibc / arch / i386 / crt0.S
index 1c82eda513df54ba3563dd2723df4652ed6fc5b4..fb02c694c094a10c82261e88e81922bf7087ce5d 100644 (file)
@@ -20,13 +20,12 @@ _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
        call __libc_init
        # If __libc_init returns, problem...    
-       ud2
        hlt
        
        .size _start, .-_start