summaryrefslogtreecommitdiffhomepage
path: root/arch
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-12-25 09:04:39 -0500
committermidipix <writeonce@midipix.org>2017-12-25 09:25:56 -0500
commitd52444f5eaad0acd5fb0e3e0b04f9cf1f0394769 (patch)
tree174cfafd7eb382a3a5e14f9acf30a018392f27c0 /arch
parent554d2c61eefc995bd1bd48af06f90e46745d0ce6 (diff)
downloadmmglue-d52444f5eaad0acd5fb0e3e0b04f9cf1f0394769.tar.bz2
mmglue-d52444f5eaad0acd5fb0e3e0b04f9cf1f0394769.tar.xz
psxglue.h: struct __psx_context: added ldso addr reference members.
Diffstat (limited to 'arch')
-rw-r--r--arch/nt32/psxglue.h2
-rw-r--r--arch/nt64/psxglue.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/arch/nt32/psxglue.h b/arch/nt32/psxglue.h
index 3f1abbf..ee9d6c4 100644
--- a/arch/nt32/psxglue.h
+++ b/arch/nt32/psxglue.h
@@ -37,6 +37,8 @@ struct __tlca_abi {
struct __psx_context {
int size;
int options;
+ void * refaddr;
+ void * libcaddr;
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 3f1abbf..ee9d6c4 100644
--- a/arch/nt64/psxglue.h
+++ b/arch/nt64/psxglue.h
@@ -37,6 +37,8 @@ struct __tlca_abi {
struct __psx_context {
int size;
int options;
+ void * refaddr;
+ void * libcaddr;
const unsigned short * ctty;
void ** sys_vtbl;
const struct __ldso_vtbl * ldso_vtbl;