From 21510613e08a41ac3ca3ef499d0020539fc7a8d2 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 15 Jan 2017 02:16:58 -0500 Subject: integrated first-thread SEH support. --- arch/nt32/src/vtbl.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'arch/nt32/src/vtbl.c') diff --git a/arch/nt32/src/vtbl.c b/arch/nt32/src/vtbl.c index 25225a6..aabd633 100644 --- a/arch/nt32/src/vtbl.c +++ b/arch/nt32/src/vtbl.c @@ -1,11 +1,11 @@ #include "psxglue.h" #include "errno.h" -unsigned long ** __syscall_vtbl = 0; -struct __ldso_vtbl * __ldso_vtbl = 0; -struct __psx_vtbl * __psx_vtbl = 0; -unsigned long __teb_sys_idx = 0; -unsigned long __teb_libc_idx = 0; +const struct __ldso_vtbl * __ldso_vtbl = 0; +const struct __psx_vtbl * __psx_vtbl = 0; +unsigned long ** __syscall_vtbl = 0; +unsigned long __teb_sys_idx = 0; +unsigned long __teb_libc_idx = 0; long __syscall_alert(long n) { -- cgit v1.2.3