summaryrefslogtreecommitdiffhomepage
path: root/crt/nt32/Scrt1.c
diff options
context:
space:
mode:
Diffstat (limited to 'crt/nt32/Scrt1.c')
-rw-r--r--crt/nt32/Scrt1.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/crt/nt32/Scrt1.c b/crt/nt32/Scrt1.c
index ff5789f..c635211 100644
--- a/crt/nt32/Scrt1.c
+++ b/crt/nt32/Scrt1.c
@@ -1,2 +1,11 @@
+#include "psxglue.h"
+
+__psx_init_routine __psx_init;
+
+__psx_init_routine * __psx_init_fn(void)
+{
+ return __psx_init;
+}
+
#define LIBC_STATIC
#include "crt1.c"