From 8a50fd265b83c9a8393c97e7c9667f545c1a3150 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 20 Aug 2019 14:40:01 +0000 Subject: psxglue.h: update struct __psx_context following update in psxscl. --- src/arch/nt32/crt_glue.c | 2 -- src/arch/nt32/vtbl.c | 1 - src/arch/nt64/crt_glue.c | 2 -- src/arch/nt64/vtbl.c | 1 - 4 files changed, 6 deletions(-) (limited to 'src') diff --git a/src/arch/nt32/crt_glue.c b/src/arch/nt32/crt_glue.c index 16eaba9..ccebd64 100644 --- a/src/arch/nt32/crt_glue.c +++ b/src/arch/nt32/crt_glue.c @@ -11,7 +11,6 @@ volatile int __thread_list_lock; extern const struct __ldso_vtbl * __ldso_vtbl; extern const struct __psx_vtbl * __psx_vtbl; extern const struct __seh_vtbl * __eh_vtbl; -extern const struct __dbg_vtbl * __db_vtbl; static int __pthread_surrogate_init(struct pthread * self); @@ -105,7 +104,6 @@ void __libc_entry_routine( __ldso_vtbl = ctx.ldso_vtbl; __psx_vtbl = ctx.psx_vtbl; __eh_vtbl = ctx.seh_vtbl; - __db_vtbl = ctx.dbg_vtbl; __teb_sys_idx = ctx.teb_sys_idx; __teb_libc_idx = ctx.teb_libc_idx; diff --git a/src/arch/nt32/vtbl.c b/src/arch/nt32/vtbl.c index 8a0412f..ad0a0e9 100644 --- a/src/arch/nt32/vtbl.c +++ b/src/arch/nt32/vtbl.c @@ -6,7 +6,6 @@ const struct __ldso_vtbl * __ldso_vtbl = 0; const struct __psx_vtbl * __psx_vtbl = 0; const struct __seh_vtbl * __eh_vtbl = 0; -const struct __dbg_vtbl * __db_vtbl = 0; unsigned long ** __syscall_vtbl = 0; unsigned long __teb_sys_idx = 0; diff --git a/src/arch/nt64/crt_glue.c b/src/arch/nt64/crt_glue.c index 16eaba9..ccebd64 100644 --- a/src/arch/nt64/crt_glue.c +++ b/src/arch/nt64/crt_glue.c @@ -11,7 +11,6 @@ volatile int __thread_list_lock; extern const struct __ldso_vtbl * __ldso_vtbl; extern const struct __psx_vtbl * __psx_vtbl; extern const struct __seh_vtbl * __eh_vtbl; -extern const struct __dbg_vtbl * __db_vtbl; static int __pthread_surrogate_init(struct pthread * self); @@ -105,7 +104,6 @@ void __libc_entry_routine( __ldso_vtbl = ctx.ldso_vtbl; __psx_vtbl = ctx.psx_vtbl; __eh_vtbl = ctx.seh_vtbl; - __db_vtbl = ctx.dbg_vtbl; __teb_sys_idx = ctx.teb_sys_idx; __teb_libc_idx = ctx.teb_libc_idx; diff --git a/src/arch/nt64/vtbl.c b/src/arch/nt64/vtbl.c index 8a0412f..ad0a0e9 100644 --- a/src/arch/nt64/vtbl.c +++ b/src/arch/nt64/vtbl.c @@ -6,7 +6,6 @@ const struct __ldso_vtbl * __ldso_vtbl = 0; const struct __psx_vtbl * __psx_vtbl = 0; const struct __seh_vtbl * __eh_vtbl = 0; -const struct __dbg_vtbl * __db_vtbl = 0; unsigned long ** __syscall_vtbl = 0; unsigned long __teb_sys_idx = 0; -- cgit v1.2.3