Blame arch/nt64/src/vtbl.c

860627
#include "psxglue.h"
860627
860627
unsigned long **	__syscall_vtbl	= 0;
860627
struct __ldso_vtbl *	__ldso_vtbl	= 0;
860627
struct __psx_vtbl *	__psx_vtbl	= 0;
860627
unsigned long		__teb_sys_idx	= 0;
860627
unsigned long		__teb_libc_idx	= 0;
860627
860627
void ___chkstk_ms(void)
860627
{
860627
}
860627