From 13724e65ab6ca7132e138e4a8d39ec927efa0177 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 16 Sep 2016 17:31:01 -0400 Subject: psxglue.h: accessor table: match member type in libpsxscl. --- arch/nt32/psxglue.h | 2 +- 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 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; -- cgit v1.2.3