diff options
author | midipix <writeonce@midipix.org> | 2017-10-15 09:12:33 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-10-15 09:43:16 -0400 |
commit | 4b0868b64dd91b3353719636d9ae35fe5700ead1 (patch) | |
tree | c55ada4b366cd5687ba7e67ee9219a4836a7bdbf /arch/nt64 | |
parent | bd952743367f27123fa4acb4765613843a222a40 (diff) | |
download | mmglue-4b0868b64dd91b3353719636d9ae35fe5700ead1.tar.bz2 mmglue-4b0868b64dd91b3353719636d9ae35fe5700ead1.tar.xz |
psxglue.h: renamed __PSXOPT_TTYDBG --> __PSXOPT_DEBUG.
Diffstat (limited to 'arch/nt64')
-rw-r--r-- | arch/nt64/psxglue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/nt64/psxglue.h b/arch/nt64/psxglue.h index d2bd7c2..2d80a86 100644 --- a/arch/nt64/psxglue.h +++ b/arch/nt64/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); |