This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
oss
/
uclibc-ng
Obserwuj
4
Polub
1
Forkuj
0
Pliki
Problemy
3
Oczekujące zmiany
0
Wiki
Przeglądaj źródła
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
23 lat temu
rodzic
e647e8e70e
commit
cc6148b1d2
1 zmienionych plików
z
1 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
1
0
libc/sysdeps/linux/sh/crt0.S
+ 1
- 0
libc/sysdeps/linux/sh/crt0.S
Wyświetl plik
@@ -62,6 +62,7 @@ _start:
mov r4,r6
add #1,r6
shll2 r6
+ add r5,r6
/* call main */
mov.l L_main, r0