summaryrefslogtreecommitdiffhomepage
path: root/arch/nt64/psxglue.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/nt64/psxglue.h')
-rw-r--r--arch/nt64/psxglue.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/nt64/psxglue.h b/arch/nt64/psxglue.h
index 37a2109..d8e653a 100644
--- a/arch/nt64/psxglue.h
+++ b/arch/nt64/psxglue.h
@@ -46,9 +46,10 @@ struct __psx_context {
void * ldsoaddr;
const unsigned short * ctty;
void ** sys_vtbl;
+ const struct __psx_vtbl * psx_vtbl;
const struct __seh_vtbl * seh_vtbl;
+ const struct __dbg_vtbl * dbg_vtbl;
const struct __ldso_vtbl * ldso_vtbl;
- const struct __psx_vtbl * psx_vtbl;
unsigned int teb_sys_idx;
unsigned int teb_libc_idx;
void * pthread_surrogate_fn;