From 4b0868b64dd91b3353719636d9ae35fe5700ead1 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 15 Oct 2017 09:12:33 -0400 Subject: psxglue.h: renamed __PSXOPT_TTYDBG --> __PSXOPT_DEBUG. --- crt/nt64/crt1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crt/nt64/crt1.c') diff --git a/crt/nt64/crt1.c b/crt/nt64/crt1.c index 6d22669..8c1f838 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_ttydbg __attribute((weak,alias("__disabled"))); +extern const int __crtopt_debug __attribute((weak,alias("__disabled"))); int main(); @@ -28,6 +28,6 @@ void _start(void) __libc_entry_routine( main, __psx_init, - __crtopt_posix | __crtopt_ttydbg); + __crtopt_posix | __crtopt_debug); } -- cgit v1.2.3