From 65a87239eea1cd2d3e5c5ffad60b6060a4a25996 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 6 Jun 2019 06:14:39 +0000 Subject: debug interfaces: provide dbg_* interfaces as wrappers around struct __db_vtbl. --- arch/nt64/psxglue.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'arch/nt64/psxglue.h') 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; -- cgit v1.2.3