summaryrefslogtreecommitdiffhomepage
path: root/arch/nt32/psxglue.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-06-06 06:14:39 +0000
committermidipix <writeonce@midipix.org>2019-06-06 06:17:00 +0000
commit65a87239eea1cd2d3e5c5ffad60b6060a4a25996 (patch)
treebaf230c5a5b421c8fbe80550ec9b51d88ab2c065 /arch/nt32/psxglue.h
parent7f1932233ffb6802f419742920166d19c230c936 (diff)
downloadmmglue-65a87239eea1cd2d3e5c5ffad60b6060a4a25996.tar.bz2
mmglue-65a87239eea1cd2d3e5c5ffad60b6060a4a25996.tar.xz
debug interfaces: provide dbg_* interfaces as wrappers around struct __db_vtbl.
Diffstat (limited to 'arch/nt32/psxglue.h')
-rw-r--r--arch/nt32/psxglue.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/nt32/psxglue.h b/arch/nt32/psxglue.h
index 37a2109..d8e653a 100644
--- a/arch/nt32/psxglue.h
+++ b/arch/nt32/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;