From 6e3a364f4044a03466e0cc6281b1050839c7acb1 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 13 Sep 2015 10:08:20 -0400 Subject: nt32: rename _start to start since underscores are prepended by the compiler. --- crt/nt32/crt1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crt') diff --git a/crt/nt32/crt1.c b/crt/nt32/crt1.c index 6d22669..90a6007 100644 --- a/crt/nt32/crt1.c +++ b/crt/nt32/crt1.c @@ -23,7 +23,7 @@ __psx_init_routine __psx_init; __external_routine void __libc_entry_routine(void *,void *,int); -void _start(void) +void start(void) { __libc_entry_routine( main, -- cgit v1.2.3