This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
oss
/
uclibc-ng
Seguir
4
Destacar
1
Fork
0
Ficheiros
Incidencias
3
Pull Requests
0
Wiki
Explorar o código
Somehow the bit of code that add the offset of envp to argv got lost
and envp was a very small number and not an address. I think this fixes
most of the SH platform.
David McCullough
%!s(int64=24) %!d(string=hai) anos
pai
e647e8e70e
achega
cc6148b1d2
Modificáronse 1 ficheiros
con
1 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
1
0
libc/sysdeps/linux/sh/crt0.S
+ 1
- 0
libc/sysdeps/linux/sh/crt0.S
Ver ficheiro
@@ -62,6 +62,7 @@ _start:
mov r4,r6
add #1,r6
shll2 r6
+ add r5,r6
/* call main */
mov.l L_main, r0