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