diff options
Diffstat (limited to 'arch/nt64')
-rw-r--r-- | arch/nt64/src/vtbl.c | 4 |
1 files changed, 0 insertions, 4 deletions
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"; |