diff options
Diffstat (limited to 'arch/nt32')
-rw-r--r-- | arch/nt32/src/crt_glue.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/nt32/src/crt_glue.c b/arch/nt32/src/crt_glue.c index d09ffd2..c5af4b0 100644 --- a/arch/nt32/src/crt_glue.c +++ b/arch/nt32/src/crt_glue.c @@ -65,6 +65,8 @@ void __libc_entry_routine( /* ctx init */ ctx.size = sizeof(ctx); ctx.options = options; + ctx.refaddr = __main; + ctx.libcaddr = _init; ctx.ctty = __ctty; ctx.pthread_create_fn = pthread_create; ctx.pthread_surrogate_fn= __pthread_surrogate_init; |