From d52444f5eaad0acd5fb0e3e0b04f9cf1f0394769 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 25 Dec 2017 09:04:39 -0500 Subject: psxglue.h: struct __psx_context: added ldso addr reference members. --- arch/nt32/psxglue.h | 2 ++ arch/nt64/psxglue.h | 2 ++ 2 files changed, 4 insertions(+) (limited to 'arch') 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; -- cgit v1.2.3