Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9644
b: refs/heads/master
c: c2f4808
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Pitre authored and Russell King committed Oct 4, 2005
1 parent 11814fc commit 6e08f17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 74f8849496b73d2ae4f9c53f61bf59e063ceed88
refs/heads/master: c2f480869fa7559fa3532e415e3e3ec49339f208
2 changes: 1 addition & 1 deletion trunk/arch/arm/kernel/sys_arm.c
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ long execve(const char *filename, char **argv, char **envp)
"Ir" (THREAD_START_SP - sizeof(regs)),
"r" (&regs),
"Ir" (sizeof(regs))
: "r0", "r1", "r2", "r3", "ip", "memory");
: "r0", "r1", "r2", "r3", "ip", "lr", "memory");

out:
return ret;
Expand Down

0 comments on commit 6e08f17

Please sign in to comment.