Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109603
b: refs/heads/master
c: e311be5
h: refs/heads/master
i:
  109601: e1b1a92
  109599: 213286e
v: v3
  • Loading branch information
Adrian Bunk authored and Paul Mundt committed Aug 25, 2008
1 parent cd3af01 commit 82ac87d
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a1068264522cb0a9b863d5357ade844e490bea41
refs/heads/master: e311be521fa9daedd8959d1a89f5e9bc5b54bb40
2 changes: 2 additions & 0 deletions trunk/arch/sh/kernel/ptrace_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ void user_enable_single_step(struct task_struct *child)

void user_disable_single_step(struct task_struct *child)
{
struct pt_regs *regs = child->thread.uregs;

regs->sr &= ~SR_SSTEP;
}

Expand Down

0 comments on commit 82ac87d

Please sign in to comment.