Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
criu
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhul
criu
Commits
bf30aa11
Commit
bf30aa11
authored
Nov 03, 2011
by
Cyrill Gorcunov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
restore: Drop unused struct partial_pt_regs
Signed-off-by:
Cyrill Gorcunov
<
gorcunov@gmail.com
>
parent
2ae009ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
19 deletions
+0
-19
restorer.h
include/restorer.h
+0
-19
No files found.
include/restorer.h
View file @
bf30aa11
...
...
@@ -64,25 +64,6 @@ struct pt_regs {
unsigned
long
ss
;
};
struct
partial_pt_regs
{
unsigned
long
r11
;
unsigned
long
r10
;
unsigned
long
r9
;
unsigned
long
r8
;
unsigned
long
ax
;
unsigned
long
cx
;
unsigned
long
dx
;
unsigned
long
si
;
unsigned
long
di
;
unsigned
long
orig_ax
;
unsigned
long
ip
;
unsigned
long
cs
;
unsigned
long
flags
;
unsigned
long
sp
;
unsigned
long
ss
;
};
struct
rt_sigcontext
{
unsigned
long
r8
;
unsigned
long
r9
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment