This website works better with JavaScript
首頁
探索
說明
註冊
登入
oss
/
uclibc-ng
關注
4
讚好
1
複刻
0
檔案
問題管理
3
合併請求
0
Wiki
瀏覽代碼
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 年之前
父節點
e647e8e70e
當前提交
cc6148b1d2
共有
1 個文件被更改
,包括
1 次插入
和
0 次删除
分割檢視
顯示文件統計
1
0
libc/sysdeps/linux/sh/crt0.S
+ 1
- 0
libc/sysdeps/linux/sh/crt0.S
查看文件
@@ -62,6 +62,7 @@ _start:
mov r4,r6
add #1,r6
shll2 r6
+ add r5,r6
/* call main */
mov.l L_main, r0