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
0b98d87b
Commit
0b98d87b
authored
Feb 07, 2014
by
Pavel Emelyanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
proc-parse: Fix 32-bit printing of vma addresses
Signed-off-by:
Pavel Emelyanov
<
xemul@parallels.com
>
parent
3bf2d6d9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
proc_parse.c
proc_parse.c
+1
-1
No files found.
proc_parse.c
View file @
0b98d87b
...
@@ -239,7 +239,7 @@ int parse_self_maps_lite(struct vm_area_list *vms)
...
@@ -239,7 +239,7 @@ int parse_self_maps_lite(struct vm_area_list *vms)
list_add_tail
(
&
vma
->
list
,
&
vms
->
h
);
list_add_tail
(
&
vma
->
list
,
&
vms
->
h
);
vms
->
nr
++
;
vms
->
nr
++
;
pr_debug
(
"Parsed %
lx-%lx
vma
\n
"
,
vma
->
e
->
start
,
vma
->
e
->
end
);
pr_debug
(
"Parsed %
"
PRIx64
"-%"
PRIx64
"
vma
\n
"
,
vma
->
e
->
start
,
vma
->
e
->
end
);
}
}
fclose
(
maps
);
fclose
(
maps
);
...
...
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