diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/nt32/psxglue.h | 2 | ||||
-rw-r--r-- | arch/nt64/psxglue.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/nt32/psxglue.h b/arch/nt32/psxglue.h index ee9d6c4..1bf6ed3 100644 --- a/arch/nt32/psxglue.h +++ b/arch/nt32/psxglue.h @@ -38,7 +38,7 @@ struct __psx_context { int size; int options; void * refaddr; - void * libcaddr; + void * ldsoaddr; const unsigned short * ctty; void ** sys_vtbl; const struct __ldso_vtbl * ldso_vtbl; diff --git a/arch/nt64/psxglue.h b/arch/nt64/psxglue.h index ee9d6c4..1bf6ed3 100644 --- a/arch/nt64/psxglue.h +++ b/arch/nt64/psxglue.h @@ -38,7 +38,7 @@ struct __psx_context { int size; int options; void * refaddr; - void * libcaddr; + void * ldsoaddr; const unsigned short * ctty; void ** sys_vtbl; const struct __ldso_vtbl * ldso_vtbl; |