From 1a03f61ed4c777d59d714a3663cb604c1df52b2d Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 7 Mar 2019 23:01:54 +0000 Subject: abi: struct __psx_context now includes a pointer to the layer's seh vtable. --- arch/nt32/psxglue.h | 3 +++ arch/nt64/psxglue.h | 3 +++ 2 files changed, 6 insertions(+) (limited to 'arch') diff --git a/arch/nt32/psxglue.h b/arch/nt32/psxglue.h index ad0e07b..4e4b9fd 100644 --- a/arch/nt32/psxglue.h +++ b/arch/nt32/psxglue.h @@ -7,6 +7,8 @@ #define __PSXOPT_LDSO 0x4 #define __PSXOPT_VRFS 0x8 +struct __seh_vtbl; + struct __ldso_vtbl { int (*dladdr) (const void * addr, void * info); int (*dlinfo) (void * dso, int req, void * res); @@ -40,6 +42,7 @@ struct __psx_context { void * ldsoaddr; const unsigned short * ctty; void ** sys_vtbl; + const struct __seh_vtbl * seh_vtbl; const struct __ldso_vtbl * ldso_vtbl; const struct __psx_vtbl * psx_vtbl; unsigned int teb_sys_idx; diff --git a/arch/nt64/psxglue.h b/arch/nt64/psxglue.h index ad0e07b..4e4b9fd 100644 --- a/arch/nt64/psxglue.h +++ b/arch/nt64/psxglue.h @@ -7,6 +7,8 @@ #define __PSXOPT_LDSO 0x4 #define __PSXOPT_VRFS 0x8 +struct __seh_vtbl; + struct __ldso_vtbl { int (*dladdr) (const void * addr, void * info); int (*dlinfo) (void * dso, int req, void * res); @@ -40,6 +42,7 @@ struct __psx_context { void * ldsoaddr; const unsigned short * ctty; void ** sys_vtbl; + const struct __seh_vtbl * seh_vtbl; const struct __ldso_vtbl * ldso_vtbl; const struct __psx_vtbl * psx_vtbl; unsigned int teb_sys_idx; -- cgit v1.2.3