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;