Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
b19fa1d2
Commit
b19fa1d2
authored
May 16, 2007
by
Peter Oberndorfer
Committed by
Alexandre Julliard
May 17, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dbghelp: Minor cleanup.
parent
9afcaf2a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
elf_module.c
dlls/dbghelp/elf_module.c
+2
-2
No files found.
dlls/dbghelp/elf_module.c
View file @
b19fa1d2
...
...
@@ -961,7 +961,7 @@ static BOOL elf_debuglink_parse(struct elf_file_map* fmap, struct module* module
* 2/ padding on 4 byte boundary
* 3/ CRC of the linked ELF file
*/
const
char
*
dbg_link
=
(
char
*
)
debuglink
;
const
char
*
dbg_link
=
(
c
onst
c
har
*
)
debuglink
;
DWORD
crc
;
crc
=
*
(
const
DWORD
*
)(
dbg_link
+
((
DWORD_PTR
)(
strlen
(
dbg_link
)
+
4
)
&
~
3
));
...
...
@@ -1090,7 +1090,7 @@ static BOOL elf_load_debug_info_from_map(struct module* module,
dw2_debug_loclist
,
elf_get_map_size
(
&
debug_loclist_sect
));
if
(
!
lret
)
WARN
(
"Couldn't correctly read
stabs
\n
"
);
WARN
(
"Couldn't correctly read
dwarf2
\n
"
);
ret
=
ret
||
lret
;
}
elf_unmap_section
(
&
debug_sect
);
...
...
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