summaryrefslogtreecommitdiffhomepage
path: root/arch/nt32/src/vtbl.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/nt32/src/vtbl.c')
-rw-r--r--arch/nt32/src/vtbl.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/nt32/src/vtbl.c b/arch/nt32/src/vtbl.c
new file mode 100644
index 0000000..7e9c0e8
--- /dev/null
+++ b/arch/nt32/src/vtbl.c
@@ -0,0 +1,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)
+{
+}
+