Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207178
b: refs/heads/master
c: bcd97c3
h: refs/heads/master
v: v3
  • Loading branch information
Chris Metcalf committed Jul 6, 2010
1 parent 3d20acf commit 8fc49bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c6673cb54d191dd42935a61fcb0c452a4753fb23
refs/heads/master: bcd97c3f9a385e8e658a416cd72dd65ca0eeb544
1 change: 1 addition & 0 deletions trunk/arch/tile/kernel/ptrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data)
if (addr < 0 || addr >= PTREGS_SIZE)
break;
putreg(child, addr, data); /* Write register */
ret = 0;
break;

case PTRACE_GETREGS: /* Get all registers from the child. */
Expand Down

0 comments on commit 8fc49bb

Please sign in to comment.