mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 22:05:36 +00:00
restore: Change rt_sigcontext::fpstate to void *
It will be carrying xsave or fxsave frame. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
c1f7ab2150
commit
10f22fe9ee
@@ -10,6 +10,7 @@
|
||||
#include "lock.h"
|
||||
#include "util.h"
|
||||
#include "crtools.h"
|
||||
#include "fpu.h"
|
||||
|
||||
#include "../protobuf/mm.pb-c.h"
|
||||
#include "../protobuf/vma.pb-c.h"
|
||||
@@ -174,7 +175,7 @@ struct rt_sigcontext {
|
||||
unsigned long trapno;
|
||||
unsigned long oldmask;
|
||||
unsigned long cr2;
|
||||
struct user_fpregs_entry *fpstate;
|
||||
void *fpstate;;
|
||||
unsigned long reserved1[8];
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user