Blame arch/nt32/src/vtbl.c

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