summaryrefslogtreecommitdiffhomepage
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/nt32/src/vtbl.c4
-rw-r--r--arch/nt64/src/vtbl.c4
2 files changed, 0 insertions, 8 deletions
diff --git a/arch/nt32/src/vtbl.c b/arch/nt32/src/vtbl.c
index 5336615..25225a6 100644
--- a/arch/nt32/src/vtbl.c
+++ b/arch/nt32/src/vtbl.c
@@ -7,10 +7,6 @@ struct __psx_vtbl * __psx_vtbl = 0;
unsigned long __teb_sys_idx = 0;
unsigned long __teb_libc_idx = 0;
-void __chkstk_ms(void)
-{
-}
-
long __syscall_alert(long n)
{
char __lmsg[] = "DING ALARM! UNIMPLEMENTED SYSCALL 000\n";
diff --git a/arch/nt64/src/vtbl.c b/arch/nt64/src/vtbl.c
index c89cf07..25225a6 100644
--- a/arch/nt64/src/vtbl.c
+++ b/arch/nt64/src/vtbl.c
@@ -7,10 +7,6 @@ struct __psx_vtbl * __psx_vtbl = 0;
unsigned long __teb_sys_idx = 0;
unsigned long __teb_libc_idx = 0;
-void ___chkstk_ms(void)
-{
-}
-
long __syscall_alert(long n)
{
char __lmsg[] = "DING ALARM! UNIMPLEMENTED SYSCALL 000\n";