mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-29 21:38:16 +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
@ -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…
x
Reference in New Issue
Block a user