From 13724e65ab6ca7132e138e4a8d39ec927efa0177 Mon Sep 17 00:00:00 2001 From: midipix Date: Sep 16 2016 21:33:19 +0000 Subject: psxglue.h: accessor table: match member type in libpsxscl. --- 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;