diff options
Diffstat (limited to 'arch/nt32/psxglue.h')
-rw-r--r-- | arch/nt32/psxglue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/nt32/psxglue.h b/arch/nt32/psxglue.h index d2bd7c2..2d80a86 100644 --- a/arch/nt32/psxglue.h +++ b/arch/nt32/psxglue.h @@ -3,7 +3,7 @@ #define __PSXOPT_NATIVE 0x0 #define __PSXOPT_POSIX 0x1 -#define __PSXOPT_TTYDBG 0x2 +#define __PSXOPT_DEBUG 0x2 #define __PSXOPT_LDSO 0x4 typedef int __ldso_dladdr(const void * addr, void * info); |