mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 00:58:31 +00:00
restore: use a correct object core for restoring fpu
tcore (per thread core) should be used here Signed-off-by: Andrey Vagin <avagin@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
4c36be84af
commit
15b64d12ca
1 changed files with 1 additions and 1 deletions
|
|
@ -2033,7 +2033,7 @@ static int sigreturn_restore(pid_t pid, CoreEntry *core)
|
|||
goto err;
|
||||
}
|
||||
|
||||
if (sigreturn_prep_fpu_frame(&thread_args[i], core))
|
||||
if (sigreturn_prep_fpu_frame(&thread_args[i], tcore))
|
||||
goto err;
|
||||
|
||||
if (thread_args[i].pid != pid)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue