summaryrefslogtreecommitdiffhomepage
path: root/arch
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-09-16 17:31:01 -0400
committermidipix <writeonce@midipix.org>2016-09-16 17:33:19 -0400
commit13724e65ab6ca7132e138e4a8d39ec927efa0177 (patch)
tree6acdf88baca1f5879117c7097ed992df5a489cbc /arch
parent6d8c0da7196187dabb45bb61b6098ee99177fede (diff)
downloadmmglue-13724e65ab6ca7132e138e4a8d39ec927efa0177.tar.bz2
mmglue-13724e65ab6ca7132e138e4a8d39ec927efa0177.tar.xz
psxglue.h: accessor table: match member type in libpsxscl.
Diffstat (limited to 'arch')
-rw-r--r--arch/nt32/psxglue.h2
-rw-r--r--arch/nt64/psxglue.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/nt32/psxglue.h b/arch/nt32/psxglue.h
index 6634adc..d00410e 100644
--- a/arch/nt32/psxglue.h
+++ b/arch/nt32/psxglue.h
@@ -39,7 +39,7 @@ struct __psx_vtbl {
struct __psx_context {
int size;
int options;
- void *** sys_vtbl;
+ void ** sys_vtbl;
struct __ldso_vtbl * ldso_vtbl;
struct __psx_vtbl * psx_vtbl;
unsigned int teb_sys_idx;
diff --git a/arch/nt64/psxglue.h b/arch/nt64/psxglue.h
index 6634adc..d00410e 100644
--- a/arch/nt64/psxglue.h
+++ b/arch/nt64/psxglue.h
@@ -39,7 +39,7 @@ struct __psx_vtbl {
struct __psx_context {
int size;
int options;
- void *** sys_vtbl;
+ void ** sys_vtbl;
struct __ldso_vtbl * ldso_vtbl;
struct __psx_vtbl * psx_vtbl;
unsigned int teb_sys_idx;