lkml.org 
[lkml]   [2008]   [Feb]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] x86 ptrace: fix compat PTRACE_SETREGS

* Roland McGrath <roland@redhat.com> wrote:

> Simple typo fix for regression introduced by the user_regset changes.

> - ret = putreg(target, pos, *k++);
> + ret = putreg32(target, pos, *k++);

> - ret = putreg(target, pos, word);
> + ret = putreg32(target, pos, word);

thanks, applied.

Ingo


\
 
 \ /
  Last update: 2008-02-22 10:11    [W:0.045 / U:2.788 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site