mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-01 06:45:35 +00:00
parasite: typo fix
regs_orig is a pointer on struct user_task_regs Signed-off-by: Andrew Vagin <avagin@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
d79fc6d375
commit
ce4cd8d49d
@@ -133,7 +133,7 @@ retry_signal:
|
|||||||
* and retry.
|
* and retry.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (ptrace(PTRACE_SETREGS, pid, NULL, ®s_orig)) {
|
if (ptrace(PTRACE_SETREGS, pid, NULL, regs_orig)) {
|
||||||
pr_perror("Can't set registers (pid: %d)", pid);
|
pr_perror("Can't set registers (pid: %d)", pid);
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user