diff options
author | midipix <writeonce@midipix.org> | 2016-09-16 17:31:01 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-09-16 17:33:19 -0400 |
commit | 13724e65ab6ca7132e138e4a8d39ec927efa0177 (patch) | |
tree | 6acdf88baca1f5879117c7097ed992df5a489cbc /arch/nt64 | |
parent | 6d8c0da7196187dabb45bb61b6098ee99177fede (diff) | |
download | mmglue-13724e65ab6ca7132e138e4a8d39ec927efa0177.tar.bz2 mmglue-13724e65ab6ca7132e138e4a8d39ec927efa0177.tar.xz |
psxglue.h: accessor table: match member type in libpsxscl.
Diffstat (limited to 'arch/nt64')
-rw-r--r-- | arch/nt64/psxglue.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |