Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210157
b: refs/heads/master
c: 1e72910
h: refs/heads/master
i:
  210155: c102204
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Sep 7, 2010
1 parent acf904e commit f5c3940
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: b857189d94e0d8a05943349618c4f84dbc57144c
refs/heads/master: 1e72910e248fb94839cd63c0c62107b1f15716f9
4 changes: 2 additions & 2 deletions trunk/arch/h8300/kernel/sys_h8300.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ int kernel_execve(const char *filename,
const char *const envp[])
{
register long res __asm__("er0");
register char *const *_c __asm__("er3") = envp;
register char *const *_b __asm__("er2") = argv;
register const char *const *_c __asm__("er3") = envp;
register const char *const *_b __asm__("er2") = argv;
register const char * _a __asm__("er1") = filename;
__asm__ __volatile__ ("mov.l %1,er0\n\t"
"trapa #0\n\t"
Expand Down

0 comments on commit f5c3940

Please sign in to comment.