* dcrt0.cc (dll_crt0_0): Move _main_tls initialization here.
(__dll_crt0): Only initialize _main_tls if it changes. * fhandler_console.cc (fhandler_console::write): Fix debugging output.
This commit is contained in:
@ -1987,7 +1987,7 @@ fhandler_console::write (const void *vsrc, size_t len)
|
||||
}
|
||||
}
|
||||
|
||||
syscall_printf ("%d = fhandler_console::write (\".20s\")", len, vsrc);
|
||||
syscall_printf ("%d = fhandler_console::write (...)", len);
|
||||
|
||||
return len;
|
||||
}
|
||||
|
Reference in New Issue
Block a user