This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
oss
/
uclibc-ng
Xem
4
Star
1
Fork
0
Các tập tin
Các vấn đề
3
Yêu cầu kéo về
0
Wiki
Browse Source
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 năm trước cách đây
mục cha
e647e8e70e
commit
cc6148b1d2
1 tập tin đã thay đổi
với
1 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
1
0
libc/sysdeps/linux/sh/crt0.S
+ 1
- 0
libc/sysdeps/linux/sh/crt0.S
Xem Tập Tin
@@ -62,6 +62,7 @@ _start:
mov r4,r6
add #1,r6
shll2 r6
+ add r5,r6
/* call main */
mov.l L_main, r0