summaryrefslogtreecommitdiffhomepage
path: root/arch/nt64/src/vtbl.c
blob: 028f1537bfcb7a58e51b36d2da9425fe791bf31d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "psxglue.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;

void ___chkstk_ms(void)
{
}