diff options
Diffstat (limited to 'crt/nt64/crt1.c')
-rw-r--r-- | crt/nt64/crt1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crt/nt64/crt1.c b/crt/nt64/crt1.c index 539ddd2..6f08278 100644 --- a/crt/nt64/crt1.c +++ b/crt/nt64/crt1.c @@ -13,7 +13,7 @@ static const int __disabled = 0; extern const int __crtopt_posix __attribute((weak,alias("__disabled"))); -extern const int __crtopt_debug __attribute((weak,alias("__disabled"))); +extern const int __crtopt_dinga __attribute((weak,alias("__disabled"))); extern const int __crtopt_ldso __attribute((weak,alias("__disabled"))); extern const int __crtopt_vrfs __attribute((weak,alias("__disabled"))); @@ -30,6 +30,6 @@ void _start(void) __libc_entry_routine( main, __psx_init, - __crtopt_posix | __crtopt_debug); + __crtopt_posix | __crtopt_dinga); } |